blob: 2d69ae3dd72bb18b1e8b4f64d468536054ee101f [file] [log] [blame]
import kotlinApi.KotlinObject.foo
internal class C {
fun bar(): Int {
return foo()
}
}