Skip to content

Commit cf6b6bf

Browse files
committed
Some hacks
1 parent a6ae617 commit cf6b6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usvm-ts/src/main/kotlin/org/usvm/machine/expr/TsExprResolver.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ class TsExprResolver(
284284
return mkFp64(ADHOC_STRING__NUMBER) // 'number'
285285
}
286286

287-
logger.warn { "visit(${expr::class.simpleName}) is not implemented yet" }
288-
error("Not supported $expr")
287+
logger.error { "visit(${expr::class.simpleName}) is not implemented yet" }
288+
return mkFp64(ADHOC_STRING)
289289
}
290290

291291
override fun visit(expr: EtsDeleteExpr): UExpr<out USort>? {

0 commit comments

Comments
 (0)