Sign in
eclipse
/
intent
/
org.eclipse.mylyn.docs.intent.main
/
bugzilla379390
/
.
/
tests
/
org.eclipse.mylyn.docs.intent.parser.test
/
dataTests
/
modelingUnits
/
simpleTests
/
SimpleModelingUnit.intent
blob: 442a2672d418048836f0f6037c9ded26fba93074 [
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@