blob: 4d2c3bac6399628d8eda2c61191f48164e0af9f2 [file] [log] [blame]
library TestLib;
helper getDictValueForAKey(in key : String, in aDict : Dict (String, OclAny)) : OclAny {
return aDict->get(key);
}