Java to Kotlin converter: minor corrections after code review
This commit is contained in:
@@ -6,7 +6,7 @@ interface I {
|
||||
class C {
|
||||
void foo(I i) {
|
||||
if (i.getString() == null) {
|
||||
println("null")
|
||||
println("null");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user