Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
kotlinApiAccess
/
InheritedProperty.java
blob: 93ffccf2b028cd5524d7e3a99384428062aa0b5c [
file
] [
log
] [
blame
]
//file
import
kotlinApi
.*
class
C
extends
KotlinClass
{
void
foo
()
{
System
.
out
.
println
(
getProperty
());
setProperty
(
"a"
)
}
}