1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 12:21:57 +03:00
semantic/test/fixtures/go/analysis/main.go

11 lines
88 B
Go
Raw Normal View History

2018-03-12 23:52:50 +03:00
package main
import "./foo"
import . "./bar"
func main() {
foo.New()
Bar()
Rab()
2018-03-12 23:52:50 +03:00
}