Imported Upstream version 4.6.0.127

Former-commit-id: 629e9b4e0300274209c1265fde8922ecbc21ec1f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-23 12:04:33 +00:00
parent e79aa3c0ed
commit 02ac915603
12946 changed files with 76 additions and 2931746 deletions

View File

@@ -1 +1 @@
e34ef283f3a4f09efa39600226fca20924670598
18e87f730d98f4e5d611bc2461e5bdef38198632

View File

@@ -1 +1 @@
e0e5b6f4748d3a4f4da983f54eb16973b1859dd8
4386f93115a197fe081f0e882270c59d29b42df2

26
mcs/tests/gtest-637.cs Normal file
View File

@@ -0,0 +1,26 @@
using System;
public struct nint
{
public static implicit operator nint (int v)
{
return 0;
}
}
public class MainClass
{
static void Test (string key, int? value)
{
}
static void Test (string key, nint? value)
{
throw new ApplicationException ();
}
public static void Main ()
{
Test (null, int.MinValue);
}
}

View File

@@ -1 +1 @@
79e1b18bf10b992f0e7b5578a81fb54ac33b8a94
c705efa9a031fbfcd360998fccab5c8d635e52ed