blob: 1f0c468c720481aa9c975f56407217c6af1f82da [file] [log] [blame]
import kotlinApi.KotlinClass
internal class C {
fun foo(k: KotlinClass) {
println(k.property)
k.property = "a"
}
}