Kapt+JVM_IR: add regression test for KT-61212

#KT-61212
This commit is contained in:
Alexander Udalov
2023-08-29 15:43:27 +02:00
committed by Space Team
parent 1af7aba26e
commit d50d36f16c
6 changed files with 137 additions and 0 deletions
@@ -193,6 +193,12 @@ public class KotlinKapt4ContextTestGenerated extends AbstractKotlinKapt4ContextT
runTest("plugins/kapt4/../kapt3/kapt3-compiler/testData/converter/deprecated.kt");
}
@Test
@TestMetadata("enumConstructorCallWithErrorType.kt")
public void testEnumConstructorCallWithErrorType() throws Exception {
runTest("plugins/kapt4/../kapt3/kapt3-compiler/testData/converter/enumConstructorCallWithErrorType.kt");
}
@Test
@TestMetadata("enumImports.kt")
public void testEnumImports() throws Exception {