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