**[Stéphane Nicoll](https://jira.spring.io/secure/ViewProfile.jspa?name=snicoll)** opened **[SPR-14243](https://jira.spring.io/browse/SPR-14243?redirect=false)** and commented http://docs.spring.io/spring-framework/docs/current/spring-framework-reference/html/expressions.html#expressions-operators has the following expression ``` boolean falseValue = parser.parseExpression( "'xyz' instanceof T(int)").getValue(Boolean.class); ``` It does not seem to work, maybe `Integer` should have been used? --- **Issue Links:** - #18823 SpEL Compiler: problems using primitives with instanceof operator