6 lines
81 B
Kotlin
Vendored
6 lines
81 B
Kotlin
Vendored
package extensionFunctions
|
|
|
|
fun Int.qwe(a: Float) = 1
|
|
|
|
fun Int.qwe(a: Float) = 2
|