Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-10-04 02:24:04 +0300
committerJan Kotas <jkotas@microsoft.com>2017-10-04 05:48:29 +0300
commitbed65ff83dde98d4915d374337ac62d30f14715c (patch)
tree7bc0950b99f156fa862a38537118d581eb57ac79 /src/ILCompiler.TypeSystem
parentcf55f381f6c4753bb376bd1999f55f795ff2366e (diff)
Update to BuildTools with latest Roslyn
Diffstat (limited to 'src/ILCompiler.TypeSystem')
-rw-r--r--src/ILCompiler.TypeSystem/tests/CoreTestAssembly/Platform.cs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ILCompiler.TypeSystem/tests/CoreTestAssembly/Platform.cs b/src/ILCompiler.TypeSystem/tests/CoreTestAssembly/Platform.cs
index 2d65cdfff..e61a165cd 100644
--- a/src/ILCompiler.TypeSystem/tests/CoreTestAssembly/Platform.cs
+++ b/src/ILCompiler.TypeSystem/tests/CoreTestAssembly/Platform.cs
@@ -67,15 +67,13 @@ namespace System
public class Exception { }
- [System.Runtime.CompilerServices.IsByRefLike]
- public struct TypedReference
+ public ref struct TypedReference
{
private readonly ByReference<byte> _value;
private readonly RuntimeTypeHandle _typeHandle;
}
- [System.Runtime.CompilerServices.IsByRefLike]
- public struct ByReference<T> { }
+ public ref struct ByReference<T> { }
}
namespace System.Collections