|
|
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
|
|
|
|
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
|
|
|
|
|
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
|
|
|
|
|
//
|
|
|
|
|
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
|
|
|
|
|
// software and associated documentation files (the "Software"), to deal in the Software
|
|
|
|
@ -4581,12 +4581,10 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
@@ -4581,12 +4581,10 @@ namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
|
|
|
|
|
return M()[name]++; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#if false
|
|
|
|
|
public unsafe int PostIncrementOfPointer(int* ptr) |
|
|
|
|
{ |
|
|
|
|
return *(ptr++); |
|
|
|
|
} |
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
public int PostDecrementInstanceField() |
|
|
|
|
{ |
|
|
|
|