mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
56 lines
1.4 KiB
Text
56 lines
1.4 KiB
Text
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "BinaryExpression",
|
|
"operator": "+",
|
|
"left": {
|
|
"type": "BinaryExpression",
|
|
"operator": "+",
|
|
"left": {
|
|
"type": "Literal",
|
|
"value": 2
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 1
|
|
}
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 4
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
{
|
|
"type": "Program",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"expression": {
|
|
"type": "BinaryExpression",
|
|
"operator": "<<",
|
|
"left": {
|
|
"type": "BinaryExpression",
|
|
"operator": "+",
|
|
"left": {
|
|
"type": "Literal",
|
|
"value": 3
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 7
|
|
}
|
|
},
|
|
"right": {
|
|
"type": "Literal",
|
|
"value": 5
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|