shad-go/lectures/12-analysis/jokelint/testdata/src/tests/example.go

8 lines
98 B
Go
Raw Normal View History

2021-04-27 18:37:22 +00:00
package tests
import "fmt"
func F() {
fmt.Println("lol no generics") // want `outdated joke`
}