Add test for KT-40190

This commit is contained in:
Dmitry Petrov
2020-10-14 12:58:02 +03:00
parent d3f98923dc
commit d623f4d1d6
5 changed files with 74 additions and 0 deletions
@@ -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");
@@ -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");