You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like setting static setters / fields doesn't work.
The following test fails with Null check operator used on a null value during compiler.compile.
When removing assign(), the dart_eval code compiles. And the static getter works just fine.
It seems like setting static setters / fields doesn't work.
The following test fails with
Null check operator used on a null value
duringcompiler.compile
.When removing
assign()
, thedart_eval
code compiles. And the static getter works just fine.Stacktrace
Entire test file:
I've run into this while working on a code builder. But I'm pretty confident that this is not related to me doing something wrong.
The text was updated successfully, but these errors were encountered: