Merge pull request #876 from knocte/master
[mono.git] / mcs / class / System.Core / System.Core / Dummy.cs
1 namespace System.Core {
2         /* Internal class so that the System.Core namespace exists. The dlr has a lot of "using System.Core;" in it when compiling for moonlight, which otherwise would cause compiler errors */
3         class Dummy {}
4 }