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,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// FILE: lib/Anno.java
|
||||
package lib;
|
||||
public @interface Anno {
|
||||
@@ -55,4 +56,4 @@ annotation class AnnoEnum(val x: Int, val c: Color)
|
||||
@AnnoLongArray(lib.R.id.textView, [1L, 3L])
|
||||
@AnnoArray(lib.R.id.textView, [ "A", "B" ])
|
||||
@AnnoClass(lib.R.id.textView, Color::class)
|
||||
class Test2
|
||||
class Test2
|
||||
|
||||
Reference in New Issue
Block a user