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