comparison run/s/scope_14_C.d @ 1559:ec5e144583ea

D1 -> D2 : 1/N
author thomask
date Sun, 19 Aug 2007 19:11:54 +0000
parents 1ee9a0dd42d9
children
comparison
equal deleted inserted replaced
1558:d40d75fcd5c5 1559:ec5e144583ea
8 // @desc@ [Issue 235] goto & scope: cannot goto forward into different try block level 8 // @desc@ [Issue 235] goto & scope: cannot goto forward into different try block level
9 9
10 module dstress.run.s.scope_14_C; 10 module dstress.run.s.scope_14_C;
11 11
12 class C { 12 class C {
13 invariant { 13 invariant() {
14 } 14 }
15 15
16 synchronized void foo() { 16 synchronized void foo() {
17 return; 17 return;
18 } 18 }