summaryrefslogblamecommitdiff
path: root/test/files/neg/t5666.check
blob: cc31390dc70278ef6dc4d0da6d7e72a13653aef6 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                                   
                                                                      

            


                                                                        
                  
t5666.scala:2: error: class Any is abstract; cannot be instantiated
  new Any
  ^
t5666.scala:3: error: class AnyVal is abstract; cannot be instantiated
  new AnyVal
  ^
t5666.scala:13: error: trait Nothing is abstract; cannot be instantiated
  new Nothing
  ^
three errors found