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

                                                                                             

              

                                                                                            


                
t6359.scala:3: error: implementation restriction: nested object is not allowed in value class
This restriction is planned to be removed in subsequent releases.
      object X
             ^
t6359.scala:4: error: implementation restriction: nested class is not allowed in value class
This restriction is planned to be removed in subsequent releases.
      class Y
            ^
two errors found