is it just me, or are inspections broken in the latest AS Canary? The IDE will routinely fail to update as I type to let me know when there are errors, unused variables, etc. ... Take this code block for example ... It has several problems (
isActive
is undefined, there are missing
}
, I'm trying to launch a coroutine when I have no scope, etc), yet there are no red underlines, etc ...