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