While not hugely problematic, I find this somewhat inconsistent: ``` def test (i:i32) = let a = {f=(+)} in i `a.f` i ``` gives the error ``` Unknown name "a.f" ```