blob: 89de6f277ed10c3b4b095c50d6a96e59e25ce747 [file] [log] [blame]
// As the model is already profiled, when it is parsed,
// the EPackage of the ActivityFunctions profile
// is put in its package registry automatically
// and does not need to be added explicitly
var func = Function.all.first();
func.body.println();
var activity = func.base_Activity;
activity.name.println();