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