J2K: no explicit type required for public declarations
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package test
|
||||
|
||||
internal open class JavaClass {
|
||||
var field: Int = 0
|
||||
var field = 0
|
||||
|
||||
var property: Int = 0
|
||||
var property = 0
|
||||
protected set
|
||||
}
|
||||
Reference in New Issue
Block a user