Files
kotlin-fork/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalExtFunsInPackage.fir.kt
T

6 lines
81 B
Kotlin
Vendored

package extensionFunctions
fun Int.qwe(a: Float) = 1
fun Int.qwe(a: Float) = 2