Using Go To Definition on a repository .INCLUDE statement that does not include the type_spec argument (which specifies the type of data structure to create) no longer fails in the following scopes: subroutine, class, or method. Previously, selecting Go To Definition on "teststructure" in the following, for example, would not work:
.include "teststructure" repository
However, using Go To Definition with "teststructure" in the following did work:
.include "teststructure" repository, structure = "teststructure"
Now Go To Definition works in both cases.