File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Rubberduck.Parsing/Common Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
3
3
namespace Rubberduck . Parsing . Common
4
- {
5
- // Conditional cannot be an expression, so we use combined #if and an
6
- // non-existent flag to ensure that the code is always checked at the
7
- // compile time but omitted in non-debug builds.
8
- #if ! DEBUG
9
- [ Conditional ( "I_WILL_NEVER_EXIST_CRY_MY_BELOVED_DUCK" ) ]
4
+ {
5
+ // Conditional cannot be an expression, so we use combined #if and an
6
+ // non-existent flag to ensure that the code is always checked at the
7
+ // compile time but omitted in non-debug builds.
8
+ #if ! DEBUG
9
+ [ System . Diagnostics . Conditional ( "I_WILL_NEVER_EXIST_CRY_MY_BELOVED_DUCK" ) ]
10
10
#endif
11
11
[ AttributeUsage ( AttributeTargets . Class ) ]
12
12
public class DisabledAttribute : Attribute
You can’t perform that action at this time.
0 commit comments