Java to Kotlin converter: minor corrections after code review
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//method
|
||||
void foo(String s) {
|
||||
if (s != null) {
|
||||
zoo(s)
|
||||
zoo(s);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user