Java to Kotlin converter: no explicit type for private and internal fields when possible

This commit is contained in:
Valentin Kipyatkov
2014-06-23 19:03:49 +04:00
parent 9365741918
commit 04e2d3da58
39 changed files with 214 additions and 62 deletions
@@ -6,7 +6,7 @@ class A() {
}
class object {
private val s: String = "abc"
private val s = "abc"
private fun privateStatic1() {
}