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