J2K - no '@' required for primary constructor annnotations
This commit is contained in:
@@ -1 +1 @@
|
||||
class C @jvmOverloads constructor(private val string: String, a: Int = string.length())
|
||||
class C jvmOverloads constructor(private val string: String, a: Int = string.length())
|
||||
|
||||
Reference in New Issue
Block a user