Minor. Add tests to check returning inline class from default method

#KT-45539 Obsolete
This commit is contained in:
Ilmir Usmanov
2021-04-12 10:32:06 +02:00
parent 8c464b4de5
commit 19b1b48e87
9 changed files with 58 additions and 0 deletions
@@ -15191,6 +15191,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
}
@TestMetadata("boxReturnValueInDefaultMethod.kt")
public void testBoxReturnValueInDefaultMethod() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/boxReturnValueInDefaultMethod.kt");
}
@TestMetadata("covariantOverrideChainErasedToAny.kt")
public void testCovariantOverrideChainErasedToAny() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/boxReturnValueOnOverride/covariantOverrideChainErasedToAny.kt");