[FIR IDE] Fix unsigned number evaluation test in AAPI/FE10

Constant evaluator of FE10 checks existence of the unsigned type
in the classpath. Absence of UInt leads to a failure.
This commit is contained in:
Yan Zhulanow
2021-11-03 01:01:11 +09:00
parent 9106a4bbc5
commit 5e9c397023
@@ -1 +1,3 @@
// WITH_RUNTIME
val p : UInt = <expr>42u</expr>