ghcide-1.2.0.0: test/data/references/OtherModule.hs
module OtherModule (symbolDefinedInOtherModule, symbolDefinedInOtherOtherModule) where import OtherOtherModule symbolDefinedInOtherModule = 1 symbolLocalToOtherModule = 2 someFxn x = x + symbolLocalToOtherModule