Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
overload
/
ConflictingOverloadsIdenticalExtFunsInPackage.txt
blob: a2dcefbc9bbe63ac66f09bbe4886d22d054660cf [
file
]
package
package extensionFunctions {
public fun kotlin.Int.qwe(/*0*/ a: kotlin.Float): kotlin.Int
public fun kotlin.Int.qwe(/*0*/ a: kotlin.Float): kotlin.Int
}