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
|
||||
|
||||
Reference in New Issue
Block a user