From 39a00124a102e5479271c2dbd6791979a34e1e2e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 27 Sep 2015 22:20:31 -0400 Subject: - Added generics support for object field access (getting & setting). - Added generics support for object method invocation. --- source/lux/host/jvm.lux | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/lux/host/jvm.lux b/source/lux/host/jvm.lux index 57d0e9c5d..cb818eb2b 100644 --- a/source/lux/host/jvm.lux +++ b/source/lux/host/jvm.lux @@ -256,6 +256,7 @@ (_jvm_invokevirtual "java.lang.Throwable" "getStackTrace" [] t [])) (def #export (throwable->text t) + (-> (^ java.lang.Throwable) Text) ($ text:++ (_jvm_invokevirtual "java.lang.Object" "toString" [] t []) "\n" -- cgit v1.2.3