Report error on protected setter call from super's companion

#KT-12847 Fixed
This commit is contained in:
Alexander Udalov
2016-06-27 20:06:32 +03:00
parent 77bb691d4e
commit ff72348105
3 changed files with 17 additions and 1 deletions
@@ -11,6 +11,7 @@ public open class Base {
public companion object Companion : VeryBase {
private constructor Companion()
public final var prop: kotlin.Int
protected final fun bar(): kotlin.Unit
protected final override /*1*/ /*fake_override*/ fun baz(): kotlin.Unit
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean