Ticket #3254: M.mos

File M.mos, 480 bytes (added by Adeel Asghar, 10 years ago)
Line 
1loadString("model M
2 N n1 annotation(Placement(visible = true, transformation(origin = {-30, 42}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
3end M;");
4getErrorString();
5getComponentAnnotations(M);
6getErrorString();
7loadString("model M
8 N n1 annotation(choicesAllMatching=true,Placement(visible = true, transformation(origin = {-30, 42}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
9end M;");
10getErrorString();
11getComponentAnnotations(M);
12getErrorString();