]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/codegen/references/Val.java
Merged changes from feature/scl to master.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / codegen / references / Val.java
index 9837fdb77a30ddd2f8cfee1372b3aa90f336453b..fa3663244c853108a84b1c8c68b69604d8faab5e 100644 (file)
@@ -44,7 +44,7 @@ public abstract class Val implements IVal {
         return occurrence;\r
     }\r
     \r
         return occurrence;\r
     }\r
     \r
-    private void replaceBy(Val other) {\r
+    public void replaceBy(Val other) {\r
         ValRef cur = occurrence;\r
         if(cur != null) {\r
             while(true) {\r
         ValRef cur = occurrence;\r
         if(cur != null) {\r
             while(true) {\r