Arhik
Arhik
Preview of work on Pi, Upsilon, Phi, PhiC, GotoIfNot, ReturnNodes. 
source code for above output ```julia using Revise using Debugger Revise.track(Core.Compiler) function goo(t, w) return sum(t) + w end function foo(x, z) y = x[1] + goo(x, z) return goo([sin(y),...
Highlighting ssa values on the left is also useful; specially when `Any` hint is outside the view. Not part of this PR but can be done after feedback. 
Does this need tests ?
@gbaraldi If this needs more discussion let me know.
@oscardssmith This is the least invasive commit with computational overhead on `getproperty` that I could come up with. I see a `10ns` increase in `getproperty` calls. On mac M1 its...
@KristofferC I tried to fit other Exceptions available. I will take a look again. Even if there is an existing exception that fits the purpose, we will have to filter...
I like `FieldError`. Going with it.
> This looks pretty good! It should have tests to make sure the new error is being thrown and the hint looks right. Added tests. Let me know if they...