J2K: no explicit type required for public declarations
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
internal open class Base {
|
||||
companion object {
|
||||
val CONSTANT: Int = 10
|
||||
val CONSTANT = 10
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user