Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
idea
/
testData
/
intentions
/
convertPropertyToFunction
/
accessorCallGroovy.1.groovy.after
blob: f8d1c9f7f0af5fd4c1467c31b3c5d92bf6a4f7c8 [
file
]
class
G
{
void
test
()
{
test
.
TestPackage
.
getBar
();
}
}