[Spec tests] Add tests for range-expression

This commit is contained in:
anastasiia.spaseeva
2019-12-23 13:43:36 +03:00
parent 84cf4c5049
commit 72358aa52a
6 changed files with 212 additions and 0 deletions
@@ -0,0 +1,23 @@
{
"4": {
"pos": {
"1": [
{
"specVersion": "0.1-218",
"casesNumber": 2,
"description": "The return type of range operator is not restricted.",
"unexpectedBehaviour": false
}
],
"2": [
{
"specVersion": "0.1-218",
"casesNumber": 2,
"description": "The return type of range operator is not restricted.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/range-expression/p-4/pos/1.1.kt",
"unexpectedBehaviour": false
}
]
}
}
}