Minor, add regression test for KT-34766

This commit is contained in:
Alexander Udalov
2019-11-08 12:27:32 +01:00
parent ea543eac13
commit 0675b54e11
6 changed files with 45 additions and 0 deletions
@@ -13003,6 +13003,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/inlineClasses/useThisInsideInlineClass.kt");
}
@TestMetadata("whenWithSubject.kt")
public void testWhenWithSubject() throws Exception {
runTest("compiler/testData/codegen/box/inlineClasses/whenWithSubject.kt");
}
@TestMetadata("compiler/testData/codegen/box/inlineClasses/callableReferences")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)