Skip to content

Commit e312417

Browse files
Enable nullability for IntermediateNodeVisitor
1 parent 3c463c8 commit e312417

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Intermediate/IntermediateNodeVisitor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
#nullable disable
5-
64
namespace Microsoft.AspNetCore.Razor.Language.Intermediate;
75

86
public abstract class IntermediateNodeVisitor

0 commit comments

Comments
 (0)