tsani/goto

Blank identifier should always "be in scope"

Closed this issue · 0 comments

Currently, this fails with a not in scope error:

package main
func g() {
  _ = 2
}