summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1519-3.cs
blob: 3f050dcda634e8757b8e311cf2b6208bbfae6b0f (plain)
1
2
3
4
5
// CS1519: Unexpected symbol `using' in class, struct, or interface member declaration
// Line: 5

class X { }
using System;