KAPT+IR: support IR error types
#KT-49682
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// CORRECT_ERROR_TYPES
|
||||
// JAVAC_OPTION -Xmaxerrs=1
|
||||
|
||||
@@ -12,4 +11,4 @@ class Test {
|
||||
// There are two errors (unresolved identifier ABC, BCD) actually.
|
||||
// But we specified the max error count, so the error output is limited.
|
||||
|
||||
// EXPECTED_ERROR(kotlin:8:5) cannot find symbol
|
||||
// EXPECTED_ERROR(kotlin:7:5) cannot find symbol
|
||||
|
||||
Reference in New Issue
Block a user