11 lines
130 B
Kotlin
Vendored
11 lines
130 B
Kotlin
Vendored
package test
|
|
|
|
fun foo(n: Int) {
|
|
|
|
}
|
|
|
|
class A(val n: Int) {
|
|
fun test() {
|
|
<selection>test.foo(this@A)</selection>
|
|
}
|
|
} |