Closed jad-hamza closed 7 years ago
This fails with exception:
Exception in thread "main" inox.ast.Definitions$FunctionLookupException: Lookup failed for function with symbol assert
object Asserting { def f() = { assert(true) } }
Fixed
This fails with exception: