Opened 7 years ago
Last modified 4 years ago
#431 new defect
non executable code for HTMLCollection object declaration
Reported by: | vadim.godunko | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 19.0 |
Component: | Matreshka - Web Services | Version: | |
Keywords: | Cc: |
Description
A2JS generates non executable code for
declare Spans : WebAPI.DOM.HTML_Collections.HTML_Collection; begin
Note:
See TracTickets
for help on using tickets.
Shouldn't we declare HTML_Collection as abstract/interface?
What code do you expect here?