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
|
||||
|
||||
annotation class Anno1
|
||||
enum class Colors { WHITE, BLACK }
|
||||
annotation class Anno2(
|
||||
@@ -32,4 +34,4 @@ class TestAnno2 {
|
||||
|
||||
enum class Enum1 {
|
||||
BLACK, @Anno1 WHITE
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user