|
|
|
@ -108,7 +108,6 @@ namespace ICSharpCode.Decompiler.Tests.TypeSystem
@@ -108,7 +108,6 @@ namespace ICSharpCode.Decompiler.Tests.TypeSystem
|
|
|
|
|
Assert.AreEqual(SpecialType.Dynamic, testClass.Properties.Single().ReturnType); |
|
|
|
|
Assert.AreEqual(0, testClass.Properties.Single().Attributes.Count); |
|
|
|
|
} |
|
|
|
|
#if !__MonoCS__
|
|
|
|
|
|
|
|
|
|
[Test] |
|
|
|
|
public void DynamicTypeInGenerics() |
|
|
|
@ -137,7 +136,6 @@ namespace ICSharpCode.Decompiler.Tests.TypeSystem
@@ -137,7 +136,6 @@ namespace ICSharpCode.Decompiler.Tests.TypeSystem
|
|
|
|
|
IMethod m7 = testClass.Methods.Single(me => me.Name == "DynamicGenerics7"); |
|
|
|
|
Assert.AreEqual("System.Action`3[[System.Int32[][,]],[dynamic],[System.Object]]", m7.Parameters[0].Type.ReflectionName); |
|
|
|
|
} |
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
[Test] |
|
|
|
|
public void DynamicParameterHasNoAttributes() |
|
|
|
|