[Spec tests] Add tests for comparison-expression

This commit is contained in:
anastasiia.spaseeva
2019-12-19 17:13:54 +03:00
parent 5e42a20575
commit 2a1e084f03
12 changed files with 560 additions and 0 deletions
@@ -0,0 +1,26 @@
{
"4": {
"neg": {
"1": [
{
"specVersion": "0.1-218",
"casesNumber": 4,
"description": "The compareTo operator function must have return type kotlin.Int",
"unexpectedBehaviour": false
}
]
}
},
"5": {
"pos": {
"1": [
{
"specVersion": "0.1-218",
"casesNumber": 4,
"description": "All comparison expressions always have type kotlin.Boolean.",
"unexpectedBehaviour": false
}
]
}
}
}