Fix tests affected by annotation wrapping changes
This commit is contained in:
+5
-2
@@ -1,8 +1,11 @@
|
||||
class WithModifiersOnAccessors {
|
||||
|
||||
@get:Synchronized @set:Synchronized var sync = 0
|
||||
@get:Synchronized
|
||||
@set:Synchronized
|
||||
var sync = 0
|
||||
|
||||
@get:Strictfp var strict = 0.0
|
||||
@get:Strictfp
|
||||
var strict = 0.0
|
||||
@Synchronized private fun methSync() {}
|
||||
@Strictfp protected fun methStrict() {}
|
||||
}
|
||||
Reference in New Issue
Block a user