Add mode to run kapt with JVM IR, use in tests
Currently JVM IR is not supported in kapt, so almost all tests are failing, and thus are muted with IGNORE_BACKEND. #KT-49682
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
class `:)` {
|
||||
lateinit val f: String
|
||||
}
|
||||
@@ -37,4 +39,4 @@ class `A B` {
|
||||
class C
|
||||
}
|
||||
|
||||
// EXPECTED_ERROR(other:-1:-1) '60x60' is an invalid Java enum value name
|
||||
// EXPECTED_ERROR(other:-1:-1) '60x60' is an invalid Java enum value name
|
||||
|
||||
Reference in New Issue
Block a user