Java to Kotlin converter: minor corrections after code review
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
void foo(boolean b) {
|
||||
String s = "abc";
|
||||
if (b) {
|
||||
s = null
|
||||
s = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user