4 lines
90 B
Kotlin
4 lines
90 B
Kotlin
// "Remove 'public' modifier" "true"
|
|
class Foo {
|
|
public<caret> private fun bar() { }
|
|
} |