Add spec tests for 'Type system' (introduction and 'kotlin.Any' type)

This commit is contained in:
victor.petukhov
2019-08-19 17:45:19 +03:00
parent f78faeaa3c
commit 8465d690f1
12 changed files with 336 additions and 13 deletions
@@ -1,9 +1,10 @@
// WITH_RUNTIME
/*
* KOTLIN CODEGEN BOX SPEC TEST (POSITIVE)
*
* SPEC VERSION: 0.1-draft
* PLACE: type-system, introduction -> paragraph 5 -> sentence 2
* SPEC VERSION: 0.1-100
* PLACE: type-system, introduction-1 -> paragraph 5 -> sentence 2
* NUMBER: 1
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the class.
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY
@@ -0,0 +1,14 @@
{
"5": {
"pos": {
"2": [
{
"specVersion": "0.1-100",
"casesNumber": 0,
"description": "The use of Boolean literals as the identifier (with backtick) in the class.",
"unexpectedBehaviour": true
}
]
}
}
}