summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1644-6.cs
blob: 6bf48ed6c2aa4c6adb361d48e8a9e7c719bd6274 (plain)
1
2
3
4
5
6
7
// CS1644: Feature `partial types' cannot be used because it is not part of the C# 1.0 language specification
// Line: 5
// Compiler options: -langversion:ISO-1

partial class Test
{
}