Chromium Code Reviews
DescriptionAllow to invoke fields as if they were methods.
Example:
var f;
main() {
f = () => 499;
print(f());
}
Committed: https://code.google.com/p/dart/source/detail?r=4365
Patch Set 1 #Patch Set 2 : update status file. #
Total comments: 1
Patch Set 3 : update status files #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||