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 appears that if you use a value class inside an async block, the async macro will throw a NullPointerException while it's trying to initialize the state machine. When I run this code:
java.lang.NullPointerException
at #worksheet#.stateMachine$macro$1$1.<init>(TestCase.sc1225847898409493360.tmp:11)
at #worksheet#.#worksheet#(TestCase.sc1225847898409493360.tmp:9)