Merge all static runtime libs into libmono-static.
[mono.git] / mcs / errors / cs7007.cs
1 // CS7007: A 'using static' directive can only be applied to types but `System' denotes a namespace. Consider using a `using' directive instead
2 // Line: 4
3
4 using static System;