@@ -23,7 +23,7 @@ class Test: ATest(), ITest {
|
||||
|
||||
fun main() {
|
||||
val test = Test()
|
||||
<!INVISIBLE_SETTER!>test.prop<!> = 12
|
||||
test.prop = 12
|
||||
|
||||
val itest: ITest = test
|
||||
itest.prop = 12 // No error here
|
||||
|
||||
Reference in New Issue
Block a user