Minor: primary constructor to secondary: do not specify independent property type explicitly
This commit is contained in:
Vendored
+2
-2
@@ -6,8 +6,8 @@ class My {
|
||||
println(y)
|
||||
}
|
||||
|
||||
val x: Int = 1
|
||||
val x = 1
|
||||
|
||||
val y: Int = 2
|
||||
val y = 2
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user