Skip to content

Commit

Permalink
fix bug in fix for parser warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwight Guth committed Oct 20, 2023
1 parent 1135677 commit 7f3fcd5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright (c) K Team. All Rights Reserved.
module MISSINGKLABEL-SYNTAX
syntax KItem ::= "foo" [unused]
endmodule

module MISSINGKLABEL
Expand All @@ -14,6 +15,4 @@ module MISSINGKLABEL
, unit(.MyMap), element(_M|->_), index(0), format(%1%n%2), unused
]

syntax KItem ::= "foo" [unused]

endmodule

0 comments on commit 7f3fcd5

Please sign in to comment.