Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
overload
/
OverloadFunRegularAndExt.kt
blob: b2410a204c486a171bbd60e153c9f5910466aa7b [
file
]
// FIR_IDENTICAL
// check no error when regular function and extension function have same name
package
extensionAndRegular
fun who
()
=
1
fun
Int
.
who
()
=
1