Prohibit JvmOverloads on constructors of annotation classes
In LV >= 1.4 & -progressive #KT-25702 Fixed
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
// "Remove @JvmOverloads annotation" "true"
|
||||
// WITH_RUNTIME
|
||||
|
||||
annotation class A <caret>@JvmOverloads constructor(val x: Int = 1)
|
||||
Reference in New Issue
Block a user