0edf000b87
Extension method closurizations are specified to be unequal unless they are identical (because the extension itself may have different type arguments, so it's not enough that it is "the same method"). This CL changes the test language/generic_methods/explicit_instantiated_tearoff_test.dart such that its expectations match that property. Change-Id: Ife31646623099ad5d1b970d0097d37d6b00c5814 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/208645 Commit-Queue: Lasse R.H. Nielsen <lrn@google.com> Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>