J2K: all annotations should be with "@"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
internal class A// this is a primary constructor
|
||||
JvmOverloads internal constructor(p: Int = 1) {
|
||||
@JvmOverloads internal constructor(p: Int = 1) {
|
||||
private val v: Int
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user