KT-18786: J2K should move all properties to top of class
#KT-18786 fixed
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
class WithModifiersOnAccessors {
|
||||
@Synchronized private fun methSync() {}
|
||||
@Strictfp protected fun methStrict() {}
|
||||
|
||||
@get:Synchronized @set:Synchronized var sync = 0
|
||||
|
||||
@get:Strictfp var strict = 0.0
|
||||
@Synchronized private fun methSync() {}
|
||||
@Strictfp protected fun methStrict() {}
|
||||
}
|
||||
Reference in New Issue
Block a user