FIR2IR: generate this reference to non-source class properly
#KT-53983 Fixed
This commit is contained in:
committed by
Space Team
parent
dc8ac50ddf
commit
1aae9d6456
@@ -1990,6 +1990,11 @@ public class KlibTextTestCaseGenerated extends AbstractKlibTextTestCase {
|
||||
runTest("compiler/testData/ir/irText/firProblems/SimpleTypeMarker.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("thisInEnumConstructor.kt")
|
||||
public void testThisInEnumConstructor() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/thisInEnumConstructor.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypeParameterBounds.kt")
|
||||
public void testTypeParameterBounds() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/TypeParameterBounds.kt");
|
||||
|
||||
Reference in New Issue
Block a user