JVM: add test for KT-40123
This commit is contained in:
+5
@@ -695,6 +695,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
|
||||
public void testPlatformTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/nullabilityAnnotations/platformTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samAdapterForJavaInterfaceWithNullability.kt")
|
||||
public void testSamAdapterForJavaInterfaceWithNullability() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/nullabilityAnnotations/samAdapterForJavaInterfaceWithNullability.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeListing/specialBridges")
|
||||
|
||||
+5
@@ -665,6 +665,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
|
||||
public void testPlatformTypes() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/nullabilityAnnotations/platformTypes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("samAdapterForJavaInterfaceWithNullability.kt")
|
||||
public void testSamAdapterForJavaInterfaceWithNullability() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/nullabilityAnnotations/samAdapterForJavaInterfaceWithNullability.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/bytecodeListing/specialBridges")
|
||||
|
||||
Reference in New Issue
Block a user