gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_test/fun21.go (about) 1 package main 2 3 func Bar() string { 4 return 5 } 6 7 func main() { 8 println(Bar()) 9 } 10 11 // Error: 12 // 4:2: not enough arguments to return