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