< prev index next >

test/langtools/tools/javac/RawStringLiteralLang.java

Print this page

        

*** 22,32 **** */ /* * @test * @summary Unit tests for Raw String Literal language changes ! * @compile --enable-preview -source 12 -encoding utf8 RawStringLiteralLang.java * @run main/othervm --enable-preview RawStringLiteralLang */ public class RawStringLiteralLang { public static void main(String... args) { --- 22,32 ---- */ /* * @test * @summary Unit tests for Raw String Literal language changes ! * @compile --enable-preview -source 13 -encoding utf8 RawStringLiteralLang.java * @run main/othervm --enable-preview RawStringLiteralLang */ public class RawStringLiteralLang { public static void main(String... args) {
< prev index next >