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