From 0c909dbd2260cfa2f9f3fae05f294e83db0e5733 Mon Sep 17 00:00:00 2001 From: paulklint Date: Mon, 16 Dec 2024 18:22:00 +0100 Subject: [PATCH] Removed ointended errors --- .../core/library/lang/rascalcore/compile/Examples/Tst0.rsc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/rascalmpl/core/library/lang/rascalcore/compile/Examples/Tst0.rsc b/src/org/rascalmpl/core/library/lang/rascalcore/compile/Examples/Tst0.rsc index dcdec4bd..09446484 100644 --- a/src/org/rascalmpl/core/library/lang/rascalcore/compile/Examples/Tst0.rsc +++ b/src/org/rascalmpl/core/library/lang/rascalcore/compile/Examples/Tst0.rsc @@ -1,9 +1,9 @@ module lang::rascalcore::compile::Examples::Tst0 -import Reflect; +import util::Reflective; int XX1 = 14 ; int XXX = 13; -int main() = XX; \ No newline at end of file +int main() = XX1; \ No newline at end of file