summaryrefslogtreecommitdiff
path: root/test/files/ant/scalac004-build.check
blob: ffe9e8c79a6161475456303793cd0dffd490365c (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
quick.init:

pack.init:

latest.init:

installed.init:

init:

build:
    [mkdir] Created dir: [...]/files/ant/scalac004-ant.obj
   [scalac] Compiling 1 source file to [...]/files/ant/scalac004-ant.obj
   [scalac] [...]/files/ant/scalac004.scala:9: warning: method exit in object Predef is deprecated: Use sys.exit(status) instead
   [scalac]     Predef.exit(0) //deprecated in 2.9.0
   [scalac]            ^
   [scalac] [...]/files/ant/scalac004.scala:6: warning: match is not exhaustive!
   [scalac] missing combination            Nil
   [scalac] 
   [scalac]     xs match { //(xs: @unchecked) match {
   [scalac]     ^
   [scalac] two warnings found
   [scalac] Compile succeeded with 2 warnings; see the compiler output for details.