Closed
Description
Hello,
I'm using golang idea plugin version 0.10.734, go v1.5.1.
There seems to be a problem when importing a package from the parent folder:
package main
import (
p ".."
)
func main() {
}
While that is valid code, the "p ".."" line above will be highlighted as error, no symbol lookups on the imported "p" will be available, and all symbols prefixed by the package also will be highlited as error.
Thank you.