[bcl] Update BCL Linked Size
[mono-project.git] / mcs / errors / cs7083-2.cs
blob14d378fee81cba61270c15fd4b2d7c5a7c5c6e2e
1 // CS7083: Expression must be implicitly convertible to Boolean or its type `C' must define operator `false'
2 // Line: 8
4 class C
6 dynamic M (dynamic d)
8 return this && d;