Reduced interface bloat
All checks were successful
/ test (push) Successful in 32s

This commit is contained in:
Eduard Urbach 2025-07-03 20:12:11 +02:00
parent ba2314db4a
commit b77d876ebb
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
11 changed files with 36 additions and 37 deletions

View file

@ -144,7 +144,7 @@ func (f *Function) Evaluate(expr *expression.Expression) (ssa.Value, error) {
Encountered: param.Type().Name(),
Expected: fn.Input[i].Typ.Name(),
ParameterName: fn.Input[i].Name,
}, f.File, param.Start())
}, f.File, param.(ssa.HasSource).Start())
}
}