You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was already some deduplication code to avoid consecutive
`LineNumber` nodes. However, it can happen that `LabelNode`s
appear in-between. In that case, we also want to deduplicate the
`LineNumber`s, since labels do not actually contribute to the
final bytecode.
…6813)
There was already some deduplication code to avoid consecutive
`LineNumber` nodes. However, it can happen that `LabelNode`s appear
in-between. In that case, we also want to deduplicate the `LineNumber`s,
since labels do not actually contribute to the final bytecode.
Compiler version
3.1.2
Minimized code
Output
Expectation
The LineNumberTable should only contain
line 5: 0
Or it should contain
line 4: 0
andline 5: 3
The text was updated successfully, but these errors were encountered: