blob: e4e6cc0c0cc0cc7ed5a8e0ca69df01d7a25fbd59 [file] [log] [blame]
-- inlayHint --
package inlayHint //@inlayHint("package")
func hello(name string) string {
return "Hello " + name
}
func helloWorld() string {
return hello("World")
}