Merge pull request #4202 from marek-safar/compression
[mono-project.git] / mcs / errors / cs0029-23.cs
blob1102d2a6bb05b60dc27c73636dd56246b328e671
1 // CS0029: Cannot implicitly convert type `bool' to `int'
2 // Line : 7
4 class T {
5 static int Main ()
7 int a = default(bool);