JS backend: fixed wrong behavior when using nullable type in string template.
(cherry picked from commit 3a16e95)
This commit is contained in:
@@ -7,5 +7,8 @@ fun box(): Boolean {
|
||||
|
||||
if (message != "a = abc, b = def") return false
|
||||
|
||||
val v1 = null
|
||||
if ("returns null null" != "returns $v1 ${null}") return false
|
||||
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user