J2K: no explicit type required for public declarations
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
class AAA {
|
||||
var x: Int = 42
|
||||
var x = 42
|
||||
|
||||
fun foo() {
|
||||
x = x + 1
|
||||
|
||||
+1
-1
@@ -4,6 +4,6 @@ internal class B {
|
||||
YY += "a"
|
||||
}
|
||||
|
||||
var YY: String = ""
|
||||
var YY = ""
|
||||
private set
|
||||
}
|
||||
Reference in New Issue
Block a user