e0b7841d16
Also, tests/corelib/string_operations_with_null_test.dart is fixed for strong mode: in strong mode TypeError is thrown when null is casted to a non-nullable type; in weak mode null is silently passed and ArgumentError or NoSuchMethodError is thrown. Change-Id: I566a80293ffb03752cc3409e1b79491f0aff6888 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/140779 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>