repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[metadata] Use MONO_PROFILER_API on MonoClass getters in checked builds (#20440)
[mono-project.git]
/
mcs
/
errors
/
cs0019-18.cs
blob
f531070ac7740863b55a21931bd5aae15d8ff8ea
1
// CS0019: Operator `>' cannot be applied to operands of type `bool' and `bool'
2
// Line: 6
3
4
class
S
5
{
6
const bool
res
=
true
>
false
;
7
}