var obj = "whee"; var field = "whoo"; print(delattr(obj, field)); # expect runtime error: `delattr` only works on instances, got `whee`