Minor: J2K test fix

This commit is contained in:
Mikhail Glukhikh
2017-07-21 12:21:04 +03:00
parent bf3e896464
commit 1cb6128f2f
@@ -6,6 +6,7 @@ class WithModifiersOnAccessors {
@get:Strictfp
var strict = 0.0
@Synchronized private fun methSync() {}
@Strictfp protected fun methStrict() {}
}