Java to Kotlin converter: added heuristics that values of types like Integer are likely nullable

This commit is contained in:
Valentin Kipyatkov
2014-06-25 00:04:14 +04:00
parent 30a7c67aaa
commit 427280a365
12 changed files with 40 additions and 15 deletions
@@ -24,7 +24,7 @@ class F() {
fun f1() {
}
var i = 0
var i: Int? = 0
//c5