summaryrefslogblamecommitdiff
path: root/test/files/neg/t5666.check
blob: 2b8b9077bb8bd764fb7e3cc3f4f65593b7d7e3fd (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: class Nothing is abstract; cannot be instantiated
  new Nothing
  ^
three errors found