(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0139.cs
blob11eb5d7f750999385b23e07d27c501ff2e294383
1 // cs0139.cs: No loop to exit to in continue or break.
2 // Line: 6
3 class X {
4 void A ()
6 continue;