FIR IDE: make constant evaluator robust to arithmetic exception
This commit is contained in:
committed by
Ilya Kirillov
parent
e5bff514b6
commit
c3c79b874d
+1
@@ -66,6 +66,7 @@ abstract class AbstractCompileTimeConstantEvaluatorTest(
|
||||
append(", ")
|
||||
append("value=${value})")
|
||||
}
|
||||
is KtErrorValue -> "KtErrorValue($message)"
|
||||
is KtUnsupportedConstantValue -> "KtUnsupportedConstantValue"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user