blob: c3aaec8a03a5f72f123a7aa60daf846cb82111a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: mcs/anonymous.cs
===================================================================
--- mcs/anonymous.cs (revision 66810)
+++ mcs/anonymous.cs (revision 66811)
@@ -1232,6 +1232,7 @@
aec.CurrentAnonymousMethod = this;
aec.IsFieldInitializer = ec.IsFieldInitializer;
+ aec.IsStatic = ec.IsStatic;
Report.Debug (64, "RESOLVE ANONYMOUS METHOD #1", this, Location, ec, aec,
RootScope, Parameters, Block);
|