9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
fun test() {
|
|
class Test()
|
|
|
|
fun Test.plus(): Test = Test()
|
|
|
|
val test = Test()
|
|
+test
|
|
}
|