package lowlevel val prop = object { fun function(i: Int) = i val property = function(1) }