For the code below, where the cursor is placed at the last character in the last line, the completion suggestion should only suggest types mentioned in the import statement. This is a very minor issue!
abstract interface
subroutine foo(self, x, y, z)
import type1, type2
class(ty