1 2 3 4 5 6 7 8 9
version 1.3 workflow illegal_access { input { Object my } Int i = my.x # error: field 'x' does not exist in object }