[K2] Disappeared OPT_IN_MARKER_CAN_ONLY_BE_USED_AS_ANNOTATION_OR_ARGUMENT_IN_OPT_IN (4)
Added checking usages of markers as qualifiers in properties and function calls. ^KT-59998
This commit is contained in:
committed by
Space Team
parent
72d69e16c4
commit
93ebd83ecd
+1
@@ -30,6 +30,7 @@ package test {
|
||||
public companion object Companion {
|
||||
private constructor Companion()
|
||||
public const final val value: kotlin.Int = 42
|
||||
public final fun bar(): kotlin.Unit
|
||||
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