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