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