(a: ContextKeyExpression, b: ContextKeyExpression)
| 239 | } |
| 240 | |
| 241 | function cmp(a: ContextKeyExpression, b: ContextKeyExpression): number { |
| 242 | return a.cmp(b); |
| 243 | } |
| 244 | |
| 245 | export class ContextKeyFalseExpr implements IContextKeyExpression { |
| 246 | public static INSTANCE = new ContextKeyFalseExpr(); |