Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
j2k
/
testData
/
fileOrElement
/
annotations
/
modifiersToAnnotationsFromPropertyAccessors.kt
blob: 7feea6f920221488c741df69588bedc6add334ad [
file
] [
log
] [
blame
]
class
WithModifiersOnAccessors
{
@get
:
Synchronized
@set
:
Synchronized
var
sync
=
0
@get
:
Strictfp
var
strict
=
0.0
@Synchronized
private
fun methSync
()
{}
@Strictfp
protected
fun methStrict
()
{}
}