Java to Kotlin converter: more smartness about nullability
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//file
|
||||
class C {
|
||||
private String s = "";
|
||||
private String s = x();
|
||||
|
||||
void foo() {
|
||||
if (s == null) {
|
||||
|
||||
Reference in New Issue
Block a user