Correctly apply annotation wrap before modifier keyword
#KT-20314 Fixed
This commit is contained in:
+7
-2
@@ -7,6 +7,11 @@ class WithModifiersOnAccessors {
|
||||
@get:Strictfp
|
||||
var strict = 0.0
|
||||
|
||||
@Synchronized private fun methSync() {}
|
||||
@Strictfp protected fun methStrict() {}
|
||||
@Synchronized
|
||||
private fun methSync() {
|
||||
}
|
||||
|
||||
@Strictfp
|
||||
protected fun methStrict() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user