]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/errors/ElabNode.java
(refs #7365) Fixed the bug in the test CHR11.scl
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / errors / ElabNode.java
1 package org.simantics.scl.compiler.elaboration.errors;
2
3 import org.simantics.scl.compiler.internal.parsing.Symbol;
4
5 public class ElabNode extends Symbol {  
6
7 }