diff options
author | Eduardo Julian | 2016-01-02 17:55:38 -0400 |
---|---|---|
committer | Eduardo Julian | 2016-01-02 17:55:38 -0400 |
commit | 9815881b839528ed139a6e8a7b0646d4d3ecbf46 (patch) | |
tree | 5a91b572f089fe905506c7b634d65913e1f1d3ea /src/lux/analyser/host.clj | |
parent | ee48a4bd1b2f2df2d2a7bb87cc18b672a13546c1 (diff) |
- Added the VoidT and UnitT types.
Diffstat (limited to 'src/lux/analyser/host.clj')
-rw-r--r-- | src/lux/analyser/host.clj | 2 |
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$)))) |