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