Add test for parsing issue KT-53719
^KT-53719 Related
This commit is contained in:
@@ -456,6 +456,11 @@ public class ParsingTestGenerated extends AbstractParsingTest {
|
||||
runTest("compiler/testData/psi/IncompleteFunctionLiteral.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("incorrectLTGTFallback.kt")
|
||||
public void testIncorrectLTGTFallback() throws Exception {
|
||||
runTest("compiler/testData/psi/incorrectLTGTFallback.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Inner.kt")
|
||||
public void testInner() throws Exception {
|
||||
runTest("compiler/testData/psi/Inner.kt");
|
||||
|
||||
Reference in New Issue
Block a user