Fixes the mono/tests/gc-graystack-stress test on Windows x64
[mono-project.git] / mcs / errors / cs1525-12.cs
bloba3b2eee19b60f5cf971befaa44493a37b49de0f5
1 // CS1525: Unexpected symbol `==', expecting `type'
2 // Line: 8
4 class A
6 public static implicit operator == (A a, bool b)
8 return false;