Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
func test():
var my_lambda = func(x):
print(x)
my_lambda.call("hello")