8 lines
109 B
Plaintext
Vendored
8 lines
109 B
Plaintext
Vendored
fun test() {
|
|
class Test(val v: Int)
|
|
|
|
operator fun Test.invoke(): Unit = Unit
|
|
|
|
Test(1)<caret>()
|
|
}
|