2003-04-29 Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
[mono.git] / mcs / errors / 1529.cs
1 // cs1529.cs: Using clause must precede all other namespace elements
2 // Line:
3 class X { }
4 using System;