Minor, restructure reflection tests a little
To allow their usage in https://github.com/udalov/kotlin-obfuscation-test-app
This commit is contained in:
+10
@@ -17025,6 +17025,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/jvmName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("jvmNameOfStandardClasses.kt")
|
||||
public void testJvmNameOfStandardClasses() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/jvmNameOfStandardClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("localClassSimpleName.kt")
|
||||
public void testLocalClassSimpleName() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/localClassSimpleName.kt");
|
||||
@@ -17055,6 +17060,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/qualifiedName.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("qualifiedNameOfStandardClasses.kt")
|
||||
public void testQualifiedNameOfStandardClasses() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/qualifiedNameOfStandardClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("starProjectedType.kt")
|
||||
public void testStarProjectedType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classes/starProjectedType.kt");
|
||||
|
||||
Reference in New Issue
Block a user