[K2] Disappeared OPT_IN_MARKER_CAN_ONLY_BE_USED_AS_ANNOTATION_OR_ARGUMENT_IN_OPT_IN (1)
Added error propagation for the type-aliased type. ^KT-59998
This commit is contained in:
committed by
Space Team
parent
5c7b586dbb
commit
445ed7abc9
@@ -3,6 +3,8 @@ package
|
||||
public val x: kotlin.String
|
||||
public fun main(): kotlin.Unit
|
||||
public fun my(/*0*/ my: My /* = Some */): kotlin.Unit
|
||||
public fun my2(/*0*/ my: MyList /* = java.util.ArrayList<I> */): kotlin.Unit
|
||||
public fun my3(/*0*/ my: YourList /* = java.util.ArrayList<kotlin.String> */): kotlin.Unit
|
||||
public fun operatorContainerUsage(/*0*/ s: kotlin.String, /*1*/ a: AnotherContainer): kotlin.Unit
|
||||
public fun use(/*0*/ arg: NotExperimentalExtension): kotlin.Unit
|
||||
public fun useDataClass(/*0*/ d: DataClass): kotlin.Unit
|
||||
|
||||
Reference in New Issue
Block a user