mirror of https://github.com/icsharpcode/ILSpy.git
4 changed files with 29 additions and 1 deletions
@ -0,0 +1,18 @@
@@ -0,0 +1,18 @@
|
||||
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty |
||||
{ |
||||
public class Comparisons |
||||
{ |
||||
private class A |
||||
{ |
||||
} |
||||
|
||||
private class B |
||||
{ |
||||
} |
||||
|
||||
private bool CompareUnrelatedNeedsCast(A a, B b) |
||||
{ |
||||
return (object)a == b; |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue