Fix proxy class

This commit is contained in:
Michiel Borkent 2023-01-21 14:10:04 +01:00
parent a5318ea289
commit 430cbedbe4

View file

@ -102,7 +102,7 @@
([b off len] ((method-or-bust methods 'write) this b off len))))
["java.io.OutputStream" #{}]
(proxy [java.io.PipedOutputStream] []
(proxy [java.io.OutputStream] []
(close [] (if-let [m (get methods 'close)]
(m this)
(proxy-super close)))