Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
nj2k
/
testData
/
newJ2k
/
kotlinApiAccess
/
Property2.kt
blob: 8093bca18221a7678f44929e847938cdcac5771f [
file
] [
log
] [
blame
]
import
kotlinApi
.
KotlinClass
internal
class
C
{
fun foo
(
k
:
KotlinClass
)
{
println
(
k
.
field
)
k
.
field
=
1
}
}