[Spec tests] Updating tests for kotlin 1.4.0
This commit is contained in:
committed by
Victor Petukhov
parent
ab3b63c92a
commit
1caafdc9d4
+2
-1
@@ -6,7 +6,8 @@
|
||||
* 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!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
* UNEXPECTED BEHAVIOUR
|
||||
*/
|
||||
|
||||
open class `true` {
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 10
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the companionObject.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
package org.jetbrains.`true`
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 11
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the function.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
fun `true`(): Boolean {
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 12
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the setter.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
class A {
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 13
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the simpleUserType.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
package org.jetbrains.`true`
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 14
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the typeParameter.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
package org.jetbrains.`true`
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 15
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the parameter.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
fun f1(`true`: Boolean) = !!!`true`
|
||||
|
||||
+2
-1
@@ -6,7 +6,8 @@
|
||||
* NUMBER: 16
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the fileAnnotationComplex.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
* UNEXPECTED BEHAVIOUR
|
||||
*/
|
||||
|
||||
@file:[org.jetbrains.`true`.`false`() `true`]
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 17
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the object.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
open class A {
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 18
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the typeAlias.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
typealias `true` = Boolean
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 26
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the callableReference.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
val Boolean.`true`: Boolean
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 3
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the typeConstraint.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
class A <`true`, `false`>
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 4
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the fileAnnotationSimple.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
@file:`true`
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 5
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the packageComplex.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
package org.jetbrains.`true`
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 6
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the packageSimple.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
package `true`
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
* NUMBER: 9
|
||||
* DESCRIPTION: The use of Boolean literals as the identifier (with backtick) in the unescapedAnnotation.
|
||||
* NOTE: this test data is generated by FeatureInteractionTestDataGenerator. DO NOT MODIFY CODE MANUALLY!
|
||||
* HELPERS: REFLECT
|
||||
* HELPERS: reflect
|
||||
*/
|
||||
|
||||
package org.jetbrains.`true`
|
||||
|
||||
+2
-2
@@ -18,7 +18,7 @@
|
||||
"specVersion": "0.1-100",
|
||||
"casesNumber": 0,
|
||||
"description": "The use of Boolean literals as the identifier (with backtick) in the class.",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": true
|
||||
},
|
||||
{
|
||||
"specVersion": "0.1-100",
|
||||
@@ -102,7 +102,7 @@
|
||||
"specVersion": "0.1-100",
|
||||
"casesNumber": 0,
|
||||
"description": "The use of Boolean literals as the identifier (with backtick) in the fileAnnotationComplex.",
|
||||
"unexpectedBehaviour": false
|
||||
"unexpectedBehaviour": true
|
||||
},
|
||||
{
|
||||
"specVersion": "0.1-100",
|
||||
|
||||
Reference in New Issue
Block a user