blob: 9efa3f80784e451383b251fe0bde5abd6bbfccf1 [file]
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
}