AA: avoid NPE while evaluating operations with non-numbers
This commit is contained in:
committed by
Ilya Kirillov
parent
6f64aedaf0
commit
e36bf55807
+3
@@ -0,0 +1,3 @@
|
||||
fun box(msg: String): String {
|
||||
return <expr>"message" + msg</expr>
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
expression: "message" + msg
|
||||
constant: NOT_EVALUATED
|
||||
constantValueKind: NOT_EVALUATED
|
||||
Reference in New Issue
Block a user