Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
}