Records: delete test for records feature (parser unable to detect if it is not method)

GitOrigin-RevId: 70e9bbe9e65e4cd9c875ff13a1c156a9462028b9
This commit is contained in:
Roman.Ivanov
2020-02-03 09:39:27 +00:00
committed by intellij-monorepo-bot
parent a922561f15
commit 62046f2bcc
@@ -25,8 +25,4 @@ class UnsupportedFeatures {
String spaceEscapeSeq = <error descr="'\s' and '\' escape sequences are not supported at language level '1.4'">"\s"</error>;
}
}
<error descr="Records are not supported at language level '1.4'">record</error> UnsuportedRecord(String s) {
}