Warn about annotations that targets non-existing accessors
#KT-15453 In Progress
This commit is contained in:
+5
@@ -66,6 +66,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotationsOnDefault.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("annotationsOnNonExistentAccessors.kt")
|
||||
public void testAnnotationsOnNonExistentAccessors() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotationsOnNonExistentAccessors.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("annotationsOnTypeAliases.kt")
|
||||
public void testAnnotationsOnTypeAliases() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/annotationsOnTypeAliases.kt");
|
||||
|
||||
Reference in New Issue
Block a user