bd38363077
To explicitly specify which test are failing
8 lines
111 B
Kotlin
Vendored
8 lines
111 B
Kotlin
Vendored
// "Remove 'const' modifier" "true"
|
|
|
|
class Foo
|
|
|
|
object Test {
|
|
<caret>const val c = Foo()
|
|
}
|
|
/* IGNORE_FIR */ |