JVM: add test for KT-40123

This commit is contained in:
Dmitry Petrov
2020-09-07 12:44:22 +03:00
parent 45c67a90c2
commit ade1a346e1
4 changed files with 75 additions and 0 deletions
@@ -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")
@@ -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")