Steps to Reproduce
compile zk
Current Result
[java] codegen/archive/web/js/zk/domtouch.src.js:200: WARNING - [JSC_CONSTANT_REASSIGNED_VALUE_ERROR] constant self assigned a value more than once.
Expected Result
No warning
Debug Information
https://github.com/zkoss/zk/blob/0a4ef77a05e7b070ed7d0eb16aab708c4622b05c/zk/src/archive/web/js/zk/domtouch.js#L200
weird assigning to self
Workaround
No