You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows _checkLength gets inlined in Dart1 but not in Dart2. The _checkLength function simply returns the parameter and has no checks, even in compliance mode.