rssh/dotty-cps-async

Catch in preliminary analysis unusable variable creation.

Closed this issue · 0 comments

rssh commented

check and reprt as error automatically colored unused variables.

 val x = doSpmething()
 ......
  //x is unused later.