summaryrefslogblamecommitdiff
path: root/test/files/neg/t7605-deprecation.check
blob: 6db94613a10310c8001bb504ef2d0c410ee9c4a4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                                                                                           

            
                                                                                                                         

          





                                                                                                                           
                                                          
                   
               
t7605-deprecation.scala:2: warning: Procedure syntax is deprecated. Convert procedure `bar` to method by adding `: Unit =`.
  def bar {}
          ^
t7605-deprecation.scala:3: warning: Procedure syntax is deprecated. Convert procedure `baz` to method by adding `: Unit`.
  def baz
         ^
t7605-deprecation.scala:4: warning: Procedure syntax is deprecated. Convert procedure `boo` to method by adding `: Unit`.
  def boo(i: Int, l: Long)
                          ^
t7605-deprecation.scala:5: warning: Procedure syntax is deprecated. Convert procedure `boz` to method by adding `: Unit =`.
  def boz(i: Int, l: Long) {}
                           ^
error: No warnings can be incurred under -Xfatal-warnings.
four warnings found
one error found