Java to Kotlin converter: no explicit type for private and internal fields when possible
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class T() {
|
||||
var a: String = "abc"
|
||||
var b: Int = 10
|
||||
var a = "abc"
|
||||
var b = 10
|
||||
}
|
||||
Reference in New Issue
Block a user