| 243 | } |
| 244 | |
| 245 | export class ContextKeyFalseExpr implements IContextKeyExpression { |
| 246 | public static INSTANCE = new ContextKeyFalseExpr(); |
| 247 | |
| 248 | public readonly type = ContextKeyExprType.False; |
nothing calls this directly
no outgoing calls
no test coverage detected