summaryrefslogblamecommitdiff
path: root/test/files/neg/t6601/AccessPrivateConstructor_2.scala
blob: 816bc10d7945f865181f571bd91764a768acd005 (plain) (tree)
1
2
3


                                                                                          
class AccessPrivateConstructor {
  new PrivateConstructor("") // Scalac should forbid accessing to the private constructor!
}