Files
kotlin-fork/compiler/testData/diagnostics/tests/overload/ConflictingOverloadsIdenticalExtFunsInPackage.txt
T
2015-09-08 02:04:32 +03:00

7 lines
170 B
Plaintext
Vendored

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
}