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