is there any cool way to validate string length in method call without writing compiler plugin? maybe arrow meta can do this? string here is one first argument of a method
j
Javier
11/27/2022, 8:14 PM
Maybe Arrow Analysis can help you
a
Alejandro Serrano Mena
11/28/2022, 8:17 AM
yes, this is one of the functionalities you can get using Arrow Analysis (which is itself a compiler plug-in, but you don’t have to write it 😉 )