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