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
@@ -19282,6 +19282,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
@TestMetadata("compiler/testData/codegen/box/jvm8/defaults")
@TestDataPath("$PROJECT_ROOT")
public class Defaults extends AbstractFirBlackBoxCodegenTest {
@Test
@TestMetadata("26360.kt")
public void test26360() throws Exception {
runTest("compiler/testData/codegen/box/jvm8/defaults/26360.kt");
}
@Test
@TestMetadata("accessor.kt")
public void testAccessor() throws Exception {