Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
targets
/
getter.java
blob: 2e1ad2d6d59c020a6003a701df50a17482bae1d3 [
file
]
package
test
;
@getter
class
My
{
@getter
int
foo
()
{
return
1
;
}
}