summaryrefslogblamecommitdiff
path: root/test/files/pos/t8578.scala
blob: 879b5f55504d56ad9940f68e755c84d142a55e2f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                                      
class DuplicateClassName {
  () => {
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => ()}
    {() => () => ()}
    {() => ()}
  }
}
// Was:
// Different class symbols have the same bytecode-level internal name:
// name: DuplicateClassName$lambda$$$anonfun$111