aboutsummaryrefslogtreecommitdiff
path: root/src/lux/analyser/host.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-01-02 17:55:38 -0400
committerEduardo Julian2016-01-02 17:55:38 -0400
commit9815881b839528ed139a6e8a7b0646d4d3ecbf46 (patch)
tree5a91b572f089fe905506c7b634d65913e1f1d3ea /src/lux/analyser/host.clj
parentee48a4bd1b2f2df2d2a7bb87cc18b672a13546c1 (diff)
- Added the VoidT and UnitT types.
Diffstat (limited to 'src/lux/analyser/host.clj')
-rw-r--r--src/lux/analyser/host.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lux/analyser/host.clj b/src/lux/analyser/host.clj
index b729ffd33..5a85fbe66 100644
--- a/src/lux/analyser/host.clj
+++ b/src/lux/analyser/host.clj
@@ -677,9 +677,7 @@
?params)
_ (&host/use-dummy-class class-decl super-class interfaces &/None$ =fields methods)
=methods (&/map% (partial analyse-method analyse class-decl class-env all-supers) methods)
- ;; :let [_ (prn 'analyse-jvm-class/_2)]
_ (check-method-completion all-supers =methods)
- ;; :let [_ (prn 'analyse-jvm-class/_3)]
_ (compile-token (&/V &&/$jvm-class (&/T class-decl super-class interfaces =anns =fields =methods (&/|list) &/None$)))
:let [_ (println 'DEF full-name)]]
(return &/Nil$))))