a57455ce62
Allow to implement header functions with external/tailrec/inline/infix/operator functions
10 lines
138 B
Kotlin
Vendored
10 lines
138 B
Kotlin
Vendored
impl fun Int.plus(s: CharSequence): Int = 0
|
|
|
|
impl fun Double.times(x: CharArray) {}
|
|
|
|
impl fun f1() {}
|
|
|
|
impl fun f2() {}
|
|
|
|
impl fun f3() {}
|