Java to Kotlin converter: correct code generated for accessing nullable variables
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
val s = null
|
||||
if (!s.isEmpty()) {
|
||||
if (!s?.isEmpty()!!) {
|
||||
}
|
||||
Reference in New Issue
Block a user