bd38363077
To explicitly specify which test are failing
5 lines
77 B
Plaintext
Vendored
5 lines
77 B
Plaintext
Vendored
// "Remove 'public' modifier" "true"
|
|
class Foo {
|
|
private fun bar() { }
|
|
}
|