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