summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1644-49.cs
blob: 62c8757e2790b249b81805d2e69cc89608ff0678 (plain)
1
2
3
4
5
// CS1644: Feature `using static' cannot be used because it is not part of the C# 5.0 language specification
// Line: 5
// Compiler options: -langversion:5

using static System;