KT-43217 Encode @EnhancedNullability types in IdSignature
This commit is contained in:
+5
@@ -17369,6 +17369,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/genericSamSmartcast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt43217.kt")
|
||||
public void testKt43217() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/kt43217.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("lambdaInstanceOf.kt")
|
||||
public void testLambdaInstanceOf() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/lambdaInstanceOf.kt");
|
||||
|
||||
Reference in New Issue
Block a user