Files

9 lines
158 B
Kotlin
Vendored

// FIR_IDENTICAL
// check no error when regular function and extension function have same name
package extensionAndRegular
fun who() = 1
fun Int.who() = 1