summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/t5472.check
blob: 2468b6b27d9d917403709cd64e8c4b690b7b8042 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 case5(){
  matchEnd3(false)
} is cps-transformed unexpectedly
          (location, accessors) <- new ContinuationizedParallelIterable(map)
                                   ^
t5472.scala:12: warning: expression matchEnd3(x: Boolean){
  x
} 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)