protected is deprecated inside objects and forbidden inside annotations and enum entries

This commit is contained in:
Mikhail Glukhikh
2015-10-05 11:43:57 +03:00
committed by Mikhail Glukhikh
parent 407d46baad
commit 846d7cac69
6 changed files with 98 additions and 4 deletions
@@ -5,7 +5,7 @@ class Test {
public val prop1 : Int = 10
public var prop2 : Int = 11
protected set
private set
public val prop3: Int = 12
get() {