static box Main { init { obj } main() { me.obj = new StringBox("test") local result = me.obj.length() print(result) return result } }