aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1703.scala
blob: a0c8c337c76887455fc328e594399416270f7d6f (plain) (blame)
1
2
3
4
5
class DuplicateClassName { () => { // error: not a legal self type clause
  { () =>
    }
}
}