EnhancedNullability annotation in IR
Fixes KT-40115 & KT-40117. Move FlexibleNullability annotation to 'kotlin.internal.ir'.
This commit is contained in:
+5
@@ -96,6 +96,11 @@ public class Fir2IrTextTestGenerated extends AbstractFir2IrTextTest {
|
||||
runTest("compiler/testData/ir/irText/classes/delegatedImplementation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegatedImplementationOfJavaInterface.kt")
|
||||
public void testDelegatedImplementationOfJavaInterface() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/delegatedImplementationOfJavaInterface.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("delegatedImplementationWithExplicitOverride.kt")
|
||||
public void testDelegatedImplementationWithExplicitOverride() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/classes/delegatedImplementationWithExplicitOverride.kt");
|
||||
|
||||
Reference in New Issue
Block a user