8 lines
122 B
Plaintext
Vendored
8 lines
122 B
Plaintext
Vendored
fun test() {
|
|
class Test {
|
|
fun unaryPlus(vararg a: Int): Test = Test()
|
|
}
|
|
val test = Test()
|
|
+test
|
|
}
|