9 lines
107 B
Kotlin
Vendored
9 lines
107 B
Kotlin
Vendored
operator fun Int.invoke() {}
|
|
class A {
|
|
fun test() {
|
|
<expr>f()</expr>
|
|
}
|
|
}
|
|
|
|
val A.f: Int = 1
|