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