TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs7007.cs
blob54a6d2c2cc233a291e19aadc62458556dc9482a6
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
4 using static System;