gpt4 book ai didi

reflection - 如何键入提示消除此反射警告?

转载 作者:行者123 更新时间:2023-12-03 00:28:56 25 4
gpt4 key购买 nike

(set! *warn-on-reflection* true)
(proxy [javax.swing.JPanel] []
(paintComponent [#^java.awt.Graphics g]
(proxy-super paintComponent g)
(.fillRect g 100 100 10 10)))

“反射警告,无法解析对paintComponent的调用”

最佳答案

因为 proxy-super 使用隐式 this

(let [^javax.swing.JPanel this this]
(proxy-super paintComponent g))

关于reflection - 如何键入提示消除此反射警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1524614/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com