In file tests/OK/PrintB.lp ``` symbol f:B→B→B compute a+a // should print a+a compute tests.OK.PrintA.f a a // should print a+a ^ ``` Goto definition goes to the `f` defined in `PrintB` rather than `PrintA`
In file tests/OK/PrintB.lp
Goto definition goes to the
fdefined inPrintBrather thanPrintA