[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:
Svyatoslav Scherbina
2022-07-28 19:36:10 +02:00
parent c1853a0218
commit 09c131afd2
2 changed files with 46 additions and 0 deletions
@@ -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 {