[bcl] Update BCL Linked Size
[mono-project.git] / mcs / tests / test-946.cs
blob8841f1b82930c76eec1a53a79ae1f91a4a792091
1 using System;
3 class X
5 public static void Main ()
10 int ImportScope (int scope)
12 switch (scope) {
13 case 200:
14 throw new NotImplementedException ();
17 throw new NotSupportedException ();