10 lines
92 B
Kotlin
Vendored
10 lines
92 B
Kotlin
Vendored
package to
|
|
|
|
import a.A
|
|
import a.infix
|
|
import a.plus
|
|
|
|
fun f(a: A) {
|
|
a + a
|
|
a infix 1
|
|
} |