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
[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git]
/
mcs
/
errors
/
cs0633-5.cs
blob
6df0f5ba313c55ef226a3a2c8e9c5db724685a25
1
// CS0633: The argument to the `System.Diagnostics.ConditionalAttribute' attribute must be a valid identifier
2
// Line: 6
3
4
using
System
.
Diagnostics
;
5
6
[
Conditional
(
"DEBUG+2"
)]
7
public class
Test
:
System
.
Attribute
{}