5 lines
62 B
Plaintext
Vendored
5 lines
62 B
Plaintext
Vendored
// "Make private" "true"
|
|
class C {
|
|
private fun foo() {}
|
|
}
|