Selaa lähdekoodia

Qualified todo statement.

Alexander Nyßen 12 vuotta sitten
vanhempi
commit
c3480b3b4c

+ 1 - 1
plugins/org.yakindu.sct.model.stext/src/org/yakindu/sct/model/stext/types/ISTextTypeSystem.java

@@ -123,7 +123,7 @@ public interface ISTextTypeSystem extends ITypeSystem {
 	public boolean isStringType(Type type);
 
 	// TODO: This can be moved to ITypeSystem if we have a common abstraction
-	// over literals within the meta model
+	// over literals within the meta model or if we use EObject instead
 	public InferenceResult inferType(Literal literal);
 
 }