5 lines
97 B
Plaintext
Vendored
5 lines
97 B
Plaintext
Vendored
// "Remove 'public' modifier" "true"
|
|
class Foo {
|
|
private fun bar() { }
|
|
}
|
|
/* FIR_COMPARISON */ |