Bump corert
authorMarek Safar <marek.safar@gmail.com>
Tue, 30 May 2017 09:45:11 +0000 (11:45 +0200)
committerMarek Safar <marek.safar@gmail.com>
Thu, 1 Jun 2017 07:06:46 +0000 (09:06 +0200)
external/corert
mcs/class/corlib/corlib.dll.sources
mcs/errors/cs1061-15.cs

index 814f76de6a972c5c3dd3ec6b10dc900fd73d08d2..48dba73801e804e89f00311da99d873f9c550278 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 814f76de6a972c5c3dd3ec6b10dc900fd73d08d2
+Subproject commit 48dba73801e804e89f00311da99d873f9c550278
index c4af3f5b553037fedd3d8c19a405c27763e5145e..c1a04aea0f31b8c6a9a72bebfe471cec637ae3c1 100644 (file)
@@ -1658,6 +1658,7 @@ corert/ThreadPoolBoundHandle.cs
 ../../../external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Debug.cs
 
 ../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/IsReadOnlyAttribute.cs
+../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/IsByRefLikeAttribute.cs
 ../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/ITuple.cs
 ../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/RuntimeFeature.cs
 ../../../external/corert/src/System.Private.CoreLib/shared/System/Runtime/CompilerServices/TupleElementNamesAttribute.cs
@@ -1678,6 +1679,8 @@ corert/ThreadPoolBoundHandle.cs
 
 corefx/SR.cs
 
+../../../external/corefx/src/System.Collections/src/System/Collections/Generic/CollectionExtensions.cs
+
 ../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/CDSCollectionETWBCLProvider.cs
 ../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs
 ../../../external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentQueue.cs
index 15b3864f8220444d594db3189a336adfd6134bce..489488192a5136ed6c0e20320e4e50f8c695eb8d 100644 (file)
@@ -1,4 +1,4 @@
-// CS1061: Type `int' does not contain a definition for `GetValueOrDefault' and no extension method `GetValueOrDefault' of type `int' could be found. Are you missing an assembly reference?
+// CS1061: Type `int' does not contain a definition for `GetValueOrDefault' and no extension method `GetValueOrDefault' of type `int' could be found. Are you missing `System.Collections.Generic' using directive?
 // Line: 9
 
 class C