[Native][tests] Add standalone test for KClass package names
To ensure that after introducing `ReflectionPackageName` annotation, we still have tests that check KClass package names without it.
This commit is contained in:
+6
@@ -34681,6 +34681,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
runTest("compiler/testData/codegen/box/reflection/classLiterals/lambdaClass.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("nativeWithoutPackagePatching.kt")
|
||||
public void testNativeWithoutPackagePatching() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/classLiterals/nativeWithoutPackagePatching.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("simpleClassLiteral.kt")
|
||||
public void testSimpleClassLiteral() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user