blob: 73aa9fb3fbad6b8cd7e65b0c85353059277f6430 [file] [log] [blame]
import kotlinApi.KotlinClass.Companion.staticProperty
internal class C {
fun foo(): Int {
return staticProperty
}
}