[KAPT] Suppress resolve error in annotation procssing

#KT-33223
This commit is contained in:
Andrey Zinovyev
2021-02-10 10:59:46 +03:00
committed by GitHub
parent d64f7dd8c7
commit 48ec227aaf
7 changed files with 75 additions and 13 deletions
+1 -2
View File
@@ -10,5 +10,4 @@ class Foo(private val string: String) {
}
}
// EXPECTED_ERROR(kotlin:9:9) cannot find symbol
// EXPECTED_ERROR(other:-1:-1) Can't generate a stub for 'Foo$Bar$Bar'.
// EXPECTED_ERROR(other:-1:-1) Can't generate a stub for 'Foo$Bar$Bar'.