Skip to:
Problem:
Newcomers are easily confused by the inability to access <array>.length via (.length <array>).
Approach:
Append to invalid field access message, a suggestion to use alength for this specific case (class.isArray and field = "length")
We don't have any plans to add anything this specific to the error check, thanks.
Problem:
Newcomers are easily confused by the inability to access <array>.length via (.length <array>).
Approach:
Append to invalid field access message, a suggestion to use alength for this specific case (class.isArray and field = "length")