Add test for KT-40190
This commit is contained in:
+5
@@ -491,6 +491,11 @@ public class BytecodeListingTestGenerated extends AbstractBytecodeListingTest {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/set.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("specializedGenericMap.kt")
|
||||
public void testSpecializedGenericMap() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/specializedGenericMap.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stringGenericMap.kt")
|
||||
public void testStringGenericMap() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/stringGenericMap.kt");
|
||||
|
||||
+5
@@ -491,6 +491,11 @@ public class IrBytecodeListingTestGenerated extends AbstractIrBytecodeListingTes
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/set.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("specializedGenericMap.kt")
|
||||
public void testSpecializedGenericMap() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/specializedGenericMap.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("stringGenericMap.kt")
|
||||
public void testStringGenericMap() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeListing/collectionStubs/abstractStubSignatures/stringGenericMap.kt");
|
||||
|
||||
Reference in New Issue
Block a user