15 lines
241 B
Plaintext
Vendored
15 lines
241 B
Plaintext
Vendored
package
|
|
|
|
public val ff: [ERROR : Type for f()]
|
|
public val vv: [ERROR : 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
|
|
}
|