Private setter for open property: is now an error, not a warning
This commit is contained in:
-1
@@ -6,7 +6,6 @@ open class ClassVarModality() {
|
||||
final internal var property2: Int = 1
|
||||
|
||||
open var property3: Int = 1
|
||||
private set
|
||||
|
||||
final internal var property4: Int = 1
|
||||
private set
|
||||
|
||||
Reference in New Issue
Block a user