Java to Kotlin converter: no explicit type for private and internal fields when possible
This commit is contained in:
@@ -6,7 +6,7 @@ class A() {
|
||||
}
|
||||
|
||||
class object {
|
||||
private val s: String = "abc"
|
||||
private val s = "abc"
|
||||
|
||||
private fun privateStatic1() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user