Sign in
eclipse
/
gerrit
/
gmf-tooling
/
org.eclipse.gmf-tooling
/
dd878ae9a77bee481549bd68515d201d4c03dff5
/
.
/
tests
/
org.eclipse.gmf.tests.xpand
/
resources
/
org
/
eclipse
/
gmf
/
tests
/
xpand
/
evaluate
/
Extensions.qvto
blob: b94bf40502a3d0acdfed8df741f1e5813d57406d [
file
] [
log
] [
blame
]
library
Extension
;
--
was
:
Object
here
query trueFunc
(
param
:
String
)
:
Boolean
{
return
true
}
query
String
::
anotherFunc
(
s2
:
String
)
:
String
{
return
self
+
s2
;
}