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