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:
+2
-1
@@ -1,3 +1,4 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// DUMP_DEFAULT_PARAMETER_VALUES
|
||||
|
||||
package test
|
||||
@@ -5,4 +6,4 @@ package test
|
||||
@Anno
|
||||
class User(val name: String = "John", age: Int = 18)
|
||||
|
||||
internal annotation class Anno
|
||||
internal annotation class Anno
|
||||
|
||||
Reference in New Issue
Block a user