[Spec tests] Update tests with spec version 0.1-313

This commit is contained in:
anastasiia.spaseeva
2020-03-30 18:10:09 +03:00
parent 52cc7aa117
commit 0397470b85
100 changed files with 335 additions and 335 deletions
@@ -3,8 +3,8 @@
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-268
* PLACE: overload-resolution, building-the-overload-candidate-set-ocs, infix-function-call -> paragraph 4 -> sentence 1
* SPEC VERSION: 0.1-313
* PLACE: overload-resolution, building-the-overload-candidate-set-ocs, infix-function-call -> paragraph 2 -> sentence 2
* NUMBER: 1
* DESCRIPTION: infix calls for properties
*/
@@ -26,10 +26,10 @@ val B.extensionValC: C
fun box(): String{
val b = B()
b memberValC 3 //resolved to (1) o_O
b memberValC 3 //resolved to (1)
if (b.memberValC.isInvokeCalled) {
c.isInvokeCalled = false
b extensionValC 4 //resolved to (1) o_O
b extensionValC 4 //resolved to (1)
if (b.extensionValC.isInvokeCalled)
return "OK"
}
@@ -1,9 +1,9 @@
{
"4": {
"2": {
"pos": {
"1": [
"2": [
{
"specVersion": "0.1-268",
"specVersion": "0.1-313",
"casesNumber": 0,
"description": "infix calls for properties",
"unexpectedBehaviour": false