feat: fixed Commends
Some checks failed
Build and Test with Maven / Build-and-test-with-Maven (push) Failing after 7m41s

This commit is contained in:
Ruben 2024-07-31 17:42:23 +02:00
parent b18b0a38cf
commit 139325e78f

View File

@ -857,8 +857,6 @@ public class TYPEStmt implements StatementVisitor {
for (var child : switchStmt.getBlocks()) {
//Hier Constraints hinzufügen das die Parameter vom Parameter des definierten Record sein müssen -> Wie komm ich an den goofy ah Record?
child.getLabels().forEach(el -> {
if (el.getType() instanceof RefType) {