Opt-in: forbid/deprecate constructor call with default arguments under marker

#KT-55074 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-11-21 15:35:25 +01:00
committed by Space Team
parent b92ce68f32
commit 8ddc535caf
5 changed files with 54 additions and 29 deletions
@@ -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 {