diff options
author | Eduardo Julian | 2016-05-02 20:54:32 -0400 |
---|---|---|
committer | Eduardo Julian | 2016-05-02 20:54:32 -0400 |
commit | bdc2925c42c3e8eb6dc3a9ca2efa572754b601a4 (patch) | |
tree | 0c48c2a844cc4384db600e2e7448d9951652c8df /src/lux/analyser/base.clj | |
parent | 383afa433f9ad697cda8e90cbaa938b98c24f2a2 (diff) |
- Removed _jvm_new, _jvm_invokestatic, _jvm_invokeinterface, _jvm_invokevirtual and _jvm_invokespecial from the list of special forms.
Diffstat (limited to 'src/lux/analyser/base.clj')
-rw-r--r-- | src/lux/analyser/base.clj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lux/analyser/base.clj b/src/lux/analyser/base.clj index 42bbcf284..9f53e6843 100644 --- a/src/lux/analyser/base.clj +++ b/src/lux/analyser/base.clj @@ -27,12 +27,7 @@ ("captured" 1) ("host" 2) - ("jvm-invokestatic" 1) ("jvm-instanceof" 1) - ("jvm-invokevirtual" 1) - ("jvm-invokeinterface" 1) - ("jvm-invokespecial" 1) - ("jvm-new" 1) ("jvm-class" 1) ("jvm-interface" 1) ("jvm-try" 1) |