Java to Kotlin converter: added heuristics that values of types like Integer are likely nullable
This commit is contained in:
@@ -17,7 +17,7 @@ class F() {
|
||||
|
||||
fun f2() {
|
||||
}
|
||||
var i = 0
|
||||
var i: Int? = 0
|
||||
|
||||
fun f3() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user