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