Files
kotlin-fork/compiler/testData/diagnostics/tests/scopes/AmbiguousNonExtensions.txt
T

15 lines
287 B
Plaintext
Vendored

package
public val ff: [Error type: Not found recorded type for f()]
public val vv: [Error type: Not found recorded type for v]
package a {
public val v: kotlin.Int = 1
public fun f(): kotlin.Int
}
package b {
public val v: kotlin.Int = 1
public fun f(): kotlin.Int
}