Test for obsolete KT-26360

#KT-26360
This commit is contained in:
Mikhael Bogdanov
2021-01-28 12:53:32 +01:00
parent bea29d0de5
commit b16b1b3b78
5 changed files with 43 additions and 0 deletions
@@ -16922,6 +16922,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM, testDataFilePath);
}
@TestMetadata("26360.kt")
public void test26360() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/26360.kt");
}
@TestMetadata("accessor.kt")
public void testAccessor() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/accessor.kt");