J2K: no explicit type required for public declarations
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ internal class A JvmOverloads internal constructor(nested: A.Nested = A.Nested(A
|
||||
internal class Nested internal constructor(p: Int) {
|
||||
companion object {
|
||||
|
||||
val FIELD: Int = 0
|
||||
val FIELD = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user