[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": "All non-abstract properties must be definitely initialized before their first use.",
"unexpectedBehaviour": true
"unexpectedBehaviour": true,
"linkType": "main"
}
]
}
@@ -7,7 +7,8 @@
"casesNumber": 2,
"description": "All non-abstract properties must be definitely initialized before their first use.",
"path": "compiler/tests-spec/testData/diagnostics/linked/declarations/property-declaration/local-property-declaration/p-1/neg/1.1.kt",
"unexpectedBehaviour": true
"unexpectedBehaviour": true,
"linkType": "primary"
}
]
}