8223967: Implement Text Blocks (Preview) in the Java compiler

Reviewed-by: vromero, jlahoda, abuckley
This commit is contained in:
Jim Laskey 2019-06-06 12:24:44 -03:00
parent 9c6c6eae1d
commit 08e1ece107
14 changed files with 791 additions and 17 deletions

View file

@ -37,8 +37,8 @@ public class WhitespaceTest {
}
void run() throws Exception {
test("-v", "java.lang.String");
test("-XDtab:1", "-v", "java.lang.String");
test("-v", "java.lang.Object");
test("-XDtab:1", "-v", "java.lang.Object");
String testClasses = System.getProperty("test.classes");
for (int i = 10; i < 40; i++)