ebb9659e03
Currently JVM IR is not supported in kapt, so almost all tests are failing, and thus are muted with IGNORE_BACKEND. #KT-49682
9 lines
122 B
Kotlin
Vendored
9 lines
122 B
Kotlin
Vendored
// IGNORE_BACKEND: JVM_IR
|
|
|
|
class Test {
|
|
companion object A {
|
|
@JvmStatic
|
|
val test: String = ""
|
|
}
|
|
}
|