5 lines
111 B
Kotlin
Vendored
5 lines
111 B
Kotlin
Vendored
// "Remove 'public' modifier" "true"
|
|
class Foo {
|
|
public<caret> private fun bar() { }
|
|
}
|
|
/* FIR_COMPARISON */ |