3cac905c54
- Evaluation of PropertyGet expression by accessing a field, execution of a getter or creating a method tearoff. - Evaluation of PropertySet expression by setting a field or execution of a setter. BUG= R=dmitryas@google.com Review-Url: https://codereview.chromium.org/2999673002 .
9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
print(Null: null)
|
|
print(int: 42)
|
|
return
|
|
print(int: 6)
|
|
print(int: 1)
|
|
print(int: 2)
|
|
return
|
|
print(int: 2)
|
|
print(int: 42) |