Skip to content

Commit

Permalink
Enable nullable: System.Management.Automation.Interpreter.IInstructio…
Browse files Browse the repository at this point in the history
…nProvider (PowerShell#14173)
  • Loading branch information
powercode authored Dec 11, 2020
1 parent 5533e0d commit 74d833c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

namespace System.Management.Automation.Interpreter
{
#nullable enable
internal interface IInstructionProvider
{
void AddInstructions(LightCompiler compiler);
}
#nullable restore

internal abstract class Instruction
{
Expand Down

0 comments on commit 74d833c

Please sign in to comment.