Java to Kotlin converter: no explicit type for private and internal fields when possible
This commit is contained in:
@@ -17,7 +17,7 @@ class F() {
|
||||
|
||||
fun f2() {
|
||||
}
|
||||
var i: Int = 0
|
||||
var i = 0
|
||||
|
||||
fun f3() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user