protected is deprecated inside objects and forbidden inside annotations and enum entries
This commit is contained in:
committed by
Mikhail Glukhikh
parent
407d46baad
commit
846d7cac69
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user