Home
last modified time | relevance | path

Searched defs:r2e1 (Results 1 - 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DcomparisonOperatorWithNoRelationshipPrimitiveType.js57 var r2e1 = e > a; // no error, expected variable
58 var r2e1 = e > b; variable
59 var r2e1 = e > c; variable
60 var r2e1 = e > d; variable
268 var r2e1 = e > a; // no error, expected variable
269 var r2e1 = e > b; variable
270 var r2e1 = e > c; variable
271 var r2e1 = e > d; variable
H A DarithmeticOperatorWithInvalidOperands.js100 var r2e1 = e / a; variable
674 var r2e1 = e / a; variable

Completed in 5 milliseconds