[KAPT4] KT-61729 Resolve annotation arguments during generation of @Metadata annotations
This commit is contained in:
committed by
Space Team
parent
798e832943
commit
9d43945b19
+6
@@ -487,6 +487,12 @@ public class KotlinKapt4ContextTestGenerated extends AbstractKotlinKapt4ContextT
|
||||
runTest("plugins/kapt4/../kapt3/kapt3-compiler/testData/converter/kt43786.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61729.kt")
|
||||
public void testKt61729() throws Exception {
|
||||
runTest("plugins/kapt4/../kapt3/kapt3-compiler/testData/converter/kt61729.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("lazyProperty.kt")
|
||||
public void testLazyProperty() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user