[Spec tests] Add property helpers to testMaps
This commit is contained in:
+4
-2
@@ -8,7 +8,8 @@
|
||||
"description": "Value equality expressions always have type kotlin.Boolean as does the equals method in kotlin.Any",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/equality-expressions/value-equality-expressions/p-3/pos/1.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "main"
|
||||
"linkType": "main",
|
||||
"helpers": "checkType"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -22,7 +23,8 @@
|
||||
"description": "Value equality expressions always have type kotlin.Boolean as does the equals method in kotlin.Any",
|
||||
"path": "compiler/tests-spec/testData/diagnostics/linked/expressions/equality-expressions/value-equality-expressions/p-3/pos/1.1.kt",
|
||||
"unexpectedBehaviour": false,
|
||||
"linkType": "primary"
|
||||
"linkType": "primary",
|
||||
"helpers": "checkType"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user