mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8042118: Separate types from symbols
Reviewed-by: hannesw, lagergren
This commit is contained in:
parent
31c5e7065a
commit
64fd9c191a
119 changed files with 8363 additions and 7513 deletions
|
@ -24,10 +24,7 @@
|
|||
"body": [
|
||||
{
|
||||
"type": "LabeledStatement",
|
||||
"label": {
|
||||
"type": "Identifier",
|
||||
"name": "begin"
|
||||
},
|
||||
"label": "begin",
|
||||
"body": {
|
||||
"type": "BlockStatement",
|
||||
"body": [
|
||||
|
@ -42,10 +39,7 @@
|
|||
"body": [
|
||||
{
|
||||
"type": "ContinueStatement",
|
||||
"label": {
|
||||
"type": "Identifier",
|
||||
"name": "begin"
|
||||
}
|
||||
"label": "begin"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -60,10 +54,7 @@
|
|||
"body": [
|
||||
{
|
||||
"type": "LabeledStatement",
|
||||
"label": {
|
||||
"type": "Identifier",
|
||||
"name": "start"
|
||||
},
|
||||
"label": "start",
|
||||
"body": {
|
||||
"type": "BlockStatement",
|
||||
"body": [
|
||||
|
@ -77,10 +68,7 @@
|
|||
"body": [
|
||||
{
|
||||
"type": "ContinueStatement",
|
||||
"label": {
|
||||
"type": "Identifier",
|
||||
"name": "start"
|
||||
}
|
||||
"label": "start"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue