bd38363077
To explicitly specify which test are failing
5 lines
91 B
Kotlin
Vendored
5 lines
91 B
Kotlin
Vendored
// "Remove 'public' modifier" "true"
|
|
class Foo {
|
|
public<caret> private fun bar() { }
|
|
}
|