JVM IR: Resolve fake overrides when calculating return types (KT-44867)
This commit is contained in:
committed by
Alexander Udalov
parent
cae95b1ba0
commit
d0424465b8
+5
@@ -14133,6 +14133,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt32793.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt44867.kt")
|
||||
public void ignoreKt44867() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/kt44867.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simpleSecondaryConstructor.kt")
|
||||
public void ignoreSimpleSecondaryConstructor() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/inlineClasses/simpleSecondaryConstructor.kt");
|
||||
|
||||
Reference in New Issue
Block a user