took out some datatype tests for Refute -- these yield timeouts on some Isatests after transition to new datatypes, for some reason (and Refute is obsolete anyway)
(* Title: Code_Test_Scala.thy
Author: Andreas Lochbihler, ETH Zurich
Test case for test_code on Scala
*)
theory Code_Test_Scala imports Code_Test begin
test_code "14 + 7 * -12 = (140 div -2 :: integer)" in Scala
eval_term "14 + 7 * -12 :: integer" in Scala
end