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

9 lines
140 B
Plaintext
Vendored

package
public val t: [ERROR : Type for testFun()]
public fun testFun(): kotlin.Int
package test {
public fun testFun(): kotlin.Int
}