aboutsummaryrefslogblamecommitdiff
path: root/tests/neg/i1703.scala
blob: a0c8c337c76887455fc328e594399416270f7d6f (plain) (tree)
1
2
3
4
5




                                                                         
class DuplicateClassName { () => { // error: not a legal self type clause
  { () =>
    }
}
}