8 lines
98 B
Go
8 lines
98 B
Go
|
package tests
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func F() {
|
||
|
fmt.Println("lol no generics") // want `outdated joke`
|
||
|
}
|