bd38363077
To explicitly specify which test are failing
6 lines
106 B
Kotlin
Vendored
6 lines
106 B
Kotlin
Vendored
// "Remove 'external' modifier" "true"
|
|
|
|
class B {
|
|
<caret>external val foo: Int = 23
|
|
}
|
|
/* IGNORE_FIR */ |