Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
j2k
/
testData
/
fileOrElement
/
detectProperties
/
FalseGetter.kt
blob: 3ed4c9937d63a228794eba0e652c10c781884caf [
file
] [
log
] [
blame
]
class
AAA
{
private
val x
=
42
private
val other
=
AAA
()
fun getX
():
Int
{
return
other
.
x
}
fun issue
():
Boolean
{
return
true
}
}