blob: 266aeef4b66bc8a9be225ea07564246659b8e706 [file] [log] [blame]
-- bar-rename --
package issue42134
func _() {
// bar computes things.
bar := func() {}
bar() //@rename("foo", "bar")
}