Use LinkedHashMaps and LinkedHashSets to preserve the order of parameters and struct fields.

This commit is contained in:
2023-03-15 23:08:38 +01:00
parent 6fd3f5a2e6
commit 22634c9652
2 changed files with 5 additions and 10 deletions

View File

@@ -1,7 +1,5 @@
import org.antlr.v4.runtime.tree.ParseTree;
import org.junit.jupiter.api.Test;
import de.hsrm.compiler.Klang.ContextAnalysis;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;