Reformatted testData
This commit is contained in:
+2
-5
@@ -1,9 +1,6 @@
|
||||
class WithModifiersOnAccessors {
|
||||
@Synchronized private fun methSync() {
|
||||
}
|
||||
|
||||
@Strictfp protected fun methStrict() {
|
||||
}
|
||||
@Synchronized private fun methSync() {}
|
||||
@Strictfp protected fun methStrict() {}
|
||||
|
||||
@get:Synchronized @set:Synchronized var sync = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user