7 lines
81 B
Kotlin
Vendored
7 lines
81 B
Kotlin
Vendored
class A {
|
|
private fun foo() {}
|
|
}
|
|
|
|
fun test(a: A) {
|
|
<expr>a.foo()</expr>
|
|
} |