| 445 | //========================================================================== |
| 446 | |
| 447 | FxExpression *FxExpression::Resolve(FCompileContext &ctx) |
| 448 | { |
| 449 | isresolved = true; |
| 450 | return this; |
| 451 | } |
| 452 | |
| 453 | //========================================================================== |
| 454 | // |
no test coverage detected