Minor: J2K test fix
This commit is contained in:
+1
@@ -6,6 +6,7 @@ class WithModifiersOnAccessors {
|
|||||||
|
|
||||||
@get:Strictfp
|
@get:Strictfp
|
||||||
var strict = 0.0
|
var strict = 0.0
|
||||||
|
|
||||||
@Synchronized private fun methSync() {}
|
@Synchronized private fun methSync() {}
|
||||||
@Strictfp protected fun methStrict() {}
|
@Strictfp protected fun methStrict() {}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user