Files
kotlin-fork/compiler/tests-spec/testData/diagnostics/linked/expressions/not-null-assertion-expression/testsMap.json
T
2020-05-22 02:52:02 +03:00

31 lines
933 B
JSON
Vendored

{
"3": {
"pos": {
"1": [
{
"specVersion": "0.1-296",
"casesNumber": 5,
"description": "The type of non-null assertion e!! expression is the non-nullable variant of the type of e.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/not-null-assertion-expression/p-3/pos/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main",
"helpers": "checkType"
}
]
}
},
"2": {
"pos": {
"1": [
{
"specVersion": "0.1-296",
"casesNumber": 5,
"description": "If the type of e is non-nullable, not-null assertion expression e!! has no effect.",
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/not-null-assertion-expression/p-2/pos/1.1.kt",
"unexpectedBehaviour": false,
"linkType": "main"
}
]
}
}
}