aboutsummaryrefslogtreecommitdiff
path: root/test2.lang
diff options
context:
space:
mode:
authorEduardo Julian2014-12-20 17:08:18 -0400
committerEduardo Julian2014-12-20 17:08:18 -0400
commitef185e0ec91af1d22762ef55dc5586c240633e18 (patch)
treed4386080140962fa300e9114415af4a485c4f0f9 /test2.lang
parent067a1900e73c40c502f57b6d54a49549c968db83 (diff)
Removed ann-class, cleaned-up some old commented-out code & turned-off the enabled logging.
Diffstat (limited to 'test2.lang')
-rw-r--r--test2.lang10
1 files changed, 0 insertions, 10 deletions
diff --git a/test2.lang b/test2.lang
index 8f9b7c817..758f01720 100644
--- a/test2.lang
+++ b/test2.lang
@@ -1,16 +1,6 @@
(import java.lang.System)
(require "./another" as another)
-(ann-class java.lang.String)
-
-(ann-class java.io.PrintStream
- methods
- (: println (-> [java.lang.String] Void)))
-
-(ann-class java.lang.System
- fields
- (: out java.io.PrintStream))
-
(defclass Tagged [[java.lang.String tag] [java.lang.Object value]])
(definterface Function