[Spec tests] Add linkType element to testMaps

This commit is contained in:
anastasiia.spaseeva
2020-04-20 14:45:43 +03:00
parent 3a31150df4
commit d94c212a60
130 changed files with 3130 additions and 1551 deletions
@@ -6,7 +6,8 @@
"specVersion": "0.1-218",
"casesNumber": 2,
"description": "No additional restrictions apply for unary minus",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -6,7 +6,8 @@
"specVersion": "0.1-213",
"casesNumber": 2,
"description": "check unsafe prefix decrement expression call for an assignable expression",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -18,7 +19,8 @@
"specVersion": "0.1-213",
"casesNumber": 2,
"description": "check as the result of dec is assigned to A, the return type of inc must be a subtype of A.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -6,7 +6,8 @@
"specVersion": "0.1-213",
"casesNumber": 2,
"description": "check unsafe prefix increment expression call for an assignable expression",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -18,7 +19,8 @@
"specVersion": "0.1-213",
"casesNumber": 2,
"description": "check as the result of inc is assigned to A, the return type of inc must be a subtype of A.",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -6,7 +6,8 @@
"specVersion": "0.1-218",
"casesNumber": 2,
"description": "No additional restrictions apply for unary minus",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
@@ -6,7 +6,8 @@
"specVersion": "0.1-218",
"casesNumber": 2,
"description": "No additional restrictions apply for unary plus",
"unexpectedBehaviour": false
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}