• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1class Test {
2  class Inner {}
3  interface Inner {}
4  {
5    here = there + be + dragons;
6  }
7}
8
9===
10
11class Test {
12  class Inner {
13  }
14
15  interface Inner {
16  }
17}
18