blob: d32f1ff5363f4791291583f2da8ace4cb1d40fdc [file] [log] [blame]
library AnyExtension;
modeltype Ecore uses ecore('http://www.eclipse.org/emf/2002/Ecore');
query OclAny::anyConcatStrings(in s1:String, in s2:String) : String {
return s1 + s2
}