Opt-in: forbid/deprecate constructor call with default arguments under marker
#KT-55074 Fixed
This commit is contained in:
committed by
Space Team
parent
b92ce68f32
commit
8ddc535caf
+1
@@ -1,5 +1,6 @@
|
||||
package
|
||||
|
||||
public fun foo(/*0*/ some: Some? = ...): kotlin.Unit
|
||||
public fun test(): kotlin.Unit
|
||||
|
||||
@kotlin.RequiresOptIn public final annotation class Marker : kotlin.Annotation {
|
||||
|
||||
Reference in New Issue
Block a user