KT-13825: write simple name of class to constructor.$metadata$.simpleName.

This commit is contained in:
Alexey Andreev
2016-09-27 18:36:50 +03:00
committed by Alexey Andreev
parent bd95d2ef4c
commit ea18ea0b8c
3 changed files with 56 additions and 1 deletions
@@ -6065,6 +6065,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/reflection/light/jsClassOnReifiedType.kt");
doTest(fileName);
}
@TestMetadata("jsClassSimpleName.kt")
public void testJsClassSimpleName() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/reflection/light/jsClassSimpleName.kt");
doTest(fileName);
}
}
}