Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
j2k
/
testData
/
fileOrElement
/
detectProperties
/
FalseGetter.java
blob: 54721a8d6b2eb92909b6f651320c041d97b20a50 [
file
] [
log
] [
blame
]
public
class
AAA
{
private
int
x
=
42
;
private
AAA other
=
new
AAA
();
public
int
getX
()
{
return
other
.
x
;
}
public
boolean
issue
()
{
return
true
;
}
}