summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/t5472.check
blob: 3192c746ebe5aadf5bd43f1d60e2209db8dd92be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
t5472.scala:12: warning: expression case4(){
  if (x1.ne(null))
    matchEnd3(true)
  else
    case5()
} is cps-transformed unexpectedly
          (location, accessors) <- new ContinuationizedParallelIterable(map)
                                   ^
t5472.scala:12: warning: expression matchEnd3(x: Int){
  x
} is cps-transformed unexpectedly
          (location, accessors) <- new ContinuationizedParallelIterable(map)
                                ^
warning: there were 1 deprecation warning(s); re-run with -deprecation for details
List(23, 23)