Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@ -15,8 +15,8 @@ class RecursiveNamedPattern
if (Switch_1 (1) != 1)
return 3;
if (Switch_1 (new C1 ()) != 3)
return 4;
// if (Switch_1 (new C1 ()) != 3)
// return 4;
if (Switch_1 ((byte?) 1) != 1)
return 5;
@ -36,10 +36,10 @@ class RecursiveNamedPattern
switch (o) {
case 1:
return 1;
case C1 (3):
return 2;
case C1 (2):
return 3;
// case C1 (3):
// return 2;
// case C1 (2):
// return 3;
case null:
return 4;
default: