[FE] Prohibit missed MUST_BE_INITIALIZED when there is no primary constructor
^KT-58472 Fixed Review: https://jetbrains.team/p/kt/reviews/9967
This commit is contained in:
+3
-3
@@ -1,9 +1,9 @@
|
||||
package
|
||||
|
||||
public open class Base {
|
||||
public abstract class Base {
|
||||
public constructor Base()
|
||||
public open var x: kotlin.Int
|
||||
public open var y: kotlin.Int
|
||||
public abstract var x: kotlin.Int
|
||||
public abstract var y: kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user