Support new form of definitely non-nullable types: T & Any
^KT-26245 In Progress
This commit is contained in:
committed by
teamcityserver
parent
cdd8d1c163
commit
302eacbf59
@@ -36,6 +36,11 @@ public class ParsingTestGenerated extends AbstractParsingTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/psi"), Pattern.compile("^(.*)\\.kts?$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotatedIntersections.kt")
|
||||
public void testAnnotatedIntersections() throws Exception {
|
||||
runTest("compiler/testData/psi/AnnotatedIntersections.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AnonymousInitializer.kt")
|
||||
public void testAnonymousInitializer() throws Exception {
|
||||
runTest("compiler/testData/psi/AnonymousInitializer.kt");
|
||||
@@ -626,6 +631,11 @@ public class ParsingTestGenerated extends AbstractParsingTest {
|
||||
runTest("compiler/testData/psi/SimpleExpressions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SimpleIntersections.kt")
|
||||
public void testSimpleIntersections() throws Exception {
|
||||
runTest("compiler/testData/psi/SimpleIntersections.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("SimpleModifiers.kt")
|
||||
public void testSimpleModifiers() throws Exception {
|
||||
runTest("compiler/testData/psi/SimpleModifiers.kt");
|
||||
|
||||
Reference in New Issue
Block a user