Private setter for open property: is now an error, not a warning

This commit is contained in:
Mikhail Glukhikh
2015-12-11 15:27:30 +03:00
parent 00504a3f6d
commit fe78f944a6
4 changed files with 3 additions and 4 deletions
@@ -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