mirror of
https://github.com/golang/go
synced 2024-11-18 23:24:39 -07:00
6 lines
64 B
Go
6 lines
64 B
Go
|
package stringlit
|
||
|
|
||
|
func _() {
|
||
|
_ := "hello." //@complete(".")
|
||
|
}
|