Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
j2k
/
testData
/
fileOrElement
/
detectProperties
/
AccessInGetterWithThis.java
blob: aab1d24e649b9438c00bae06db2404f0ce6a547f [
file
] [
log
] [
blame
]
public
class
AAA
{
private
final
int
x
=
42
;
public
int
getX
()
{
return
this
.
x
;
}
}