Java to Kotlin converter: even more smartness about nullability
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//method
|
||||
void foo(String s) {
|
||||
if (s != null) {
|
||||
zoo(s)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user