Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
targets
/
field.java
blob: cca6d2eb00471e5493dfc7e69750a59d86c11fc2 [
file
]
package
test
;
class
My
{
@field
int
prop
;
@field
int
get
()
{
return
prop
;
}
}