bd38363077
To explicitly specify which test are failing
6 lines
88 B
Kotlin
Vendored
6 lines
88 B
Kotlin
Vendored
// "Change to val" "true"
|
|
annotation class Ann(
|
|
val a: Int,
|
|
var<caret> b: Int
|
|
)
|