pekko/akka-stream-tests
Patrik Nordwall 08a0014fe7 =str #15960 Fix broken FlowGraphCompileSpec
* FlowGraphCompileSpec broke when merging in the unzip on top of
  the variance adjustements
* JunctionOutPort[T] must not be defined like JunctionOutPort[+T]
  because then the NextT = Nothing doesn't work
* Do we have a reason to use JunctionOutPort[+T]? I added +T
  only for symmetry reasons with JunctionInPort[-T].
2014-10-01 13:25:02 +02:00
..
src/test =str #15960 Fix broken FlowGraphCompileSpec 2014-10-01 13:25:02 +02:00