summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/t5472.check
blob: 1af7767f6d86ba523e59799e7ff4a3915352e03c (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)