blob: 184d927906a622ad8e1f97fa66c05374dfce7f2d (
plain)
1
2
3
4
5
6
7
8
|
\begin{sequencediagram}
\newthread{t}{:Thread}
\newinst[1]{i}{:Instance}
\begin{call}{t}{function()}{i}{\shortstack{return A\\ return B\\
return C}}
\postlevel
\end{call}
\end{sequencediagram}
|