Minor: primary constructor to secondary: do not specify independent property type explicitly

This commit is contained in:
Mikhail Glukhikh
2016-10-24 20:34:40 +03:00
parent a74f010e0f
commit 35d104782e
5 changed files with 6 additions and 6 deletions
@@ -6,8 +6,8 @@ class My {
println(y)
}
val x: Int = 1
val x = 1
val y: Int = 2
val y = 2
}