Changes between Initial Version and Version 1 of Ticket #3757


Ignore:
Timestamp:
2016-03-09T15:46:24Z (9 years ago)
Author:
Per Östlund
Comment:

Fixed wrong line numbers.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3757 – Description

    initial v1  
    33The issue is that NFComponent.Component.COMPONENT has a field classInst, which is of type NFInstNode.InstNode. InstNode contains only one record INST_NODE. In NFInst.instComponentBinding there's then this code:
    44{{{#!mo
    5 561:  _ := match component
    6 562:    local
     5591:  _ := match component
     6592:    local
    77593:      InstNode cls;
    88594: