blob: a66972fc475839adea2fd4da868714b9e52340e5 [file]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
// check no error when regular function and extension function have same name
package extensionAndRegular
fun who() = 1
fun Int.who() = 1
/* GENERATED_FIR_TAGS: funWithExtensionReceiver, functionDeclaration, integerLiteral */