Adjust J2K to latest protected visibility fixes
This commit is contained in:
-1
@@ -1,6 +1,5 @@
|
||||
open class Base internal constructor(x: Int) {
|
||||
var x = 42
|
||||
protected set
|
||||
|
||||
init {
|
||||
this.x = x
|
||||
|
||||
Reference in New Issue
Block a user