Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4bbe4c24bfe467aeed96c372fcda831d1659c714 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
class ReferentTest {

  public active class Test {
    private test(out test: Test) {
    }
    
  } do {
    this.test();
  }
}

Back to the top