blob: 57db04a7f06f0a5bba4c93c35bee4852dc52d4bc [file]
// pack.A
package pack
object A {
val c = 1
var v = "A"
fun f() = 3
}