fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -9,10 +9,10 @@ class B : A() {
|
||||
override <!VAR_OVERRIDDEN_BY_VAL!>val<!> a = 34
|
||||
|
||||
var b : Int
|
||||
<!GETTER_VISIBILITY_DIFFERS_FROM_PROPERTY_VISIBILITY!>public<!> get() = 23
|
||||
<!REDUNDANT_MODIFIER_IN_GETTER!>public<!> get() = 23
|
||||
set(i: Int) {}
|
||||
|
||||
protected var c : Int
|
||||
get() = 23
|
||||
private set(i: Int) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user