Sign in
eclipse
/
intent
/
org.eclipse.mylyn.docs.intent.main
/
40d3bc1bde583ef0cd2e845852dace4a4ce0c331
/
.
/
tests
/
org.eclipse.mylyn.docs.intent.parser.test
/
dataTests
/
modelingUnits
/
simpleTests
/
SimpleModelingUnit.intent
blob: 33870431514c23a14941467395983dd5e93e8f24 [
file
]
@M
new
B myB
{
myAttMulti
+=
[
"val1"
,
"val2"
];
myAtt0
=
"bAtt"
;
myAtt0
=
"bAtt2"
;
}
new
A myA
{
myAtt1
=
"41"
;
myAtt2
=
new
B
{
myAtt0
=
"okAtt"
;
};
myAtt3
=
myB
;
}
M@