Browse Source
Without this change the plus operator would fail to include a CHECKCAST in generated bytecode when it was compiled in cases where one of the operands has a runtime type of String but a statically declared type that was not String (i.e. Object). Issue: SPR-12426pull/694/head
Andy Clement
10 years ago
2 changed files with 32 additions and 0 deletions
Loading…
Reference in new issue