You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.omg.sysml.xpect.tests/src/org/omg/sysml/xpect/tests/validation/invalid/FlowConnectionUsage_Invalid.sysml.xt
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,20 @@ package P {
42
42
abstract flow def F;
43
43
abstract flow def G;
44
44
45
+
abstract flow def H {
46
+
end a;
47
+
}
48
+
49
+
flow def I :> H {
50
+
end a;
51
+
end b;
52
+
// XPECT errors --> "A flow connection definition can have at most two ends." at "end c;"
53
+
end c;
54
+
}
55
+
56
+
// XPECT errors --> "A flow connection definition can have at most two ends." at "flow def J :> I;"
0 commit comments