AA: avoid NPE while evaluating operations with non-numbers

This commit is contained in:
Jinseong Jeon
2022-02-24 13:53:27 -08:00
committed by Ilya Kirillov
parent 6f64aedaf0
commit e36bf55807
5 changed files with 40 additions and 14 deletions
@@ -0,0 +1,3 @@
fun box(msg: String): String {
return <expr>"message" + msg</expr>
}
@@ -0,0 +1,3 @@
expression: "message" + msg
constant: NOT_EVALUATED
constantValueKind: NOT_EVALUATED