From dc9486ecca2f42525fb46bf200fb06e4803912ba Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 18 Dec 2014 00:55:29 -0400 Subject: All the classes that used to be generated per function have now been folded into one. --- test2.lang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test2.lang') diff --git a/test2.lang b/test2.lang index fba03fd8d..a60899827 100644 --- a/test2.lang +++ b/test2.lang @@ -30,7 +30,8 @@ (def (main args) (if true (do (_. (_.. System out) (println true)) - (_. (_.. System out) (println (another/id 1))) + (_. (_.. System out) (println (another/id 12345))) + (_. (_.. System out) (println (constant "ONE" "TWO"))) (_. (_.. System out) (println 2.3)) (_. (_.. System out) (println #"Y")) (_. (_.. System out) (println "this\tis a\nstring")) -- cgit v1.2.3