[Spec tests] Add call without an explicit receiver tests for top-level non-extension functions

This commit is contained in:
anastasiia.spaseeva
2020-07-28 11:14:42 +03:00
parent bef59055cd
commit 46774fb6d6
18 changed files with 1359 additions and 6 deletions
@@ -0,0 +1,24 @@
{
"1": {
"pos": {
"1": [
{
"specVersion": "0.1-464",
"casesNumber": 3,
"description": "Top-level non-extension functions named f: callables explicitly imported into the current file;",
"path": "compiler/tests-spec/testData/diagnostics/linked/overload-resolution/building-the-overload-candidate-set-ocs/call-without-an-explicit-receiver/p-5/pos/4.5.kt",
"unexpectedBehaviour": false,
"linkType": "primary"
},
{
"specVersion": "0.1-464",
"casesNumber": 3,
"description": "Top-level non-extension functions named f: callables explicitly imported into the current file;",
"path": "compiler/tests-spec/testData/diagnostics/linked/overload-resolution/building-the-overload-candidate-set-ocs/call-without-an-explicit-receiver/p-5/pos/4.6.kt",
"unexpectedBehaviour": false,
"linkType": "primary"
}
]
}
}
}