any() expression not available in 2.1?
I used the any() expression in 1.4 without problems. In Composer 2.1 it is marked as a warning with a hint that's not a built-in function?

Version: 2.1.0 Electron: 8.2.4 Chrome: 80.0.3987.165 NodeJS: 12.13.0 V8: 8.0.426.27-electron.0
Hi @cwhitten / @srinaath, can you guys take a look at this one please?
Thanks
Hi @Clooney24,
I can actually reproduce this warning in one of the 2.1.x nightly builds of Composer:

However, this is just a warning (one that shouldn't exist -- because any() is a prebuilt function) and your bot should still build successfully and evaluate the any function correctly:

This appears to be an error in the Composer language server that is not properly recognizing any as a prebuilt function.
@cwhitten looks likes a solid bug. I will exempt it from daily DRI.
Closing as the fix was introduced in #9486