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