Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 0c909db

Browse files
committed
Removed ointended errors
1 parent c152179 commit 0c909db

File tree

1 file changed

+2
-2
lines changed
  • src/org/rascalmpl/core/library/lang/rascalcore/compile/Examples

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module lang::rascalcore::compile::Examples::Tst0
22

33

4-
import Reflect;
4+
import util::Reflective;
55

66
int XX1 = 14 ;
77
int XXX = 13;
88

9-
int main() = XX;
9+
int main() = XX1;

0 commit comments

Comments
 (0)