aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1424.scala
blob: 3586260c19a6f35dc69a41dbf4d0ef645554ed24 (plain) (blame)
1
2
3
class Test {
  (x: Int) => x // error: not a legal self type clause // error: package x is not a value // error: package x is not a value
}