EditorConfig documentation test

GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
This commit is contained in:
Rustam Vishnyakov
2019-06-16 04:03:21 +03:00
committed by intellij-monorepo-bot
parent e6e3eaa09d
commit 123242c4b2
11726 changed files with 314322 additions and 158040 deletions
@@ -21,6 +21,6 @@ class UnsupportedFeatures {
java.lang.annotation.ElementType t = null;
switch (<error descr="Incompatible types. Found: 'java.lang.annotation.ElementType', required: 'byte, char, short or int'">t</error>) { }
String raw = <error descr="Raw string literals are not supported at language level '1.4'">`hi there`</error>;
String raw = <error descr="Text block literals are not supported at language level '1.4'">"""hi there"""</error>;
}
}