bd38363077
To explicitly specify which test are failing
6 lines
103 B
Kotlin
Vendored
6 lines
103 B
Kotlin
Vendored
// "Remove 'protected' modifier" "true"
|
|
package test
|
|
|
|
<caret>protected val a: Int = 0
|
|
|
|
/* IGNORE_FIR */ |