Added test for annotations on nullable types
This commit is contained in:
@@ -771,6 +771,12 @@ public class JetParsingTestGenerated extends AbstractJetParsingTest {
|
||||
doParsingTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("annotationsOnNullableTypes.kt")
|
||||
public void testAnnotationsOnNullableTypes() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/annotation/annotationsOnNullableTypes.kt");
|
||||
doParsingTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotationsOnPatterns.kt")
|
||||
public void testAnnotationsOnPatterns() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/psi/annotation/AnnotationsOnPatterns.kt");
|
||||
|
||||
Reference in New Issue
Block a user