dplassgit/d2lang

Don't do NPE checks for obviously non-null objects

Closed this issue · 1 comments

E.g.,

a:string[1]
a[0]="hi"

Doesn't need to check that a is not null on the 2nd line

Superseded by the NotNullOptimizer