Add test for quoted class name

This commit is contained in:
Mikhael Bogdanov
2017-08-10 12:08:33 +02:00
parent 022430cb59
commit 3fd6dd3572
5 changed files with 31 additions and 0 deletions
@@ -3503,6 +3503,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("quoted.kt")
public void testQuoted() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/classes/quoted.kt");
doTest(fileName);
}
@TestMetadata("rightHandOverride.kt")
public void testRightHandOverride() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/classes/rightHandOverride.kt");