aboutsummaryrefslogblamecommitdiff
path: root/tests/untried/neg/t5666.scala
blob: 21ab9f45a197382c053bd97d2c09b496a4992d14 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













              
object t5666 {
  new Any
  new AnyVal
  new Double
  new Float
  new Long
  new Int
  new Char
  new Short
  new Byte
  new Boolean
  new Unit
  new Nothing
}