Consider the following: ```groovy @groovy.transform.CompileStatic void test() { def (Integer i, Long l) = [123, 456L] } ``` "123" is showing as unknown (underlined) and "456L" is showing as default. Both should be colored as a number. 
Consider the following:
"123" is showing as unknown (underlined) and "456L" is showing as default. Both should be colored as a number.