Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
overload
/
OverloadFunRegularAndExt.txt
blob: 3741643f86eee092f860c9a668a3422b3c94f57b [
file
]
package
package extensionAndRegular {
public fun who(): kotlin.Int
public fun kotlin.Int.who(): kotlin.Int
}