Kapt+JVM_IR: add regression test for KT-61212
#KT-61212
This commit is contained in:
committed by
Space Team
parent
1af7aba26e
commit
d50d36f16c
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user