f04331891f
Since we lower @staticInterop members differently, CFE expectations are updated. A previous patchset updated tests to account for changes in top-level external members, but those changes are now non-breaking. This CL still keeps some of those fixes to tests since they are more sound and correct: - Debugger tests to allowInterop a function that wasn't caught before, as DDC only adds checks for arguments whose static type is a Function, whereas js_util does a runtime is check to determine if the argument is a Function - Interop tests that typed top-level externals unsoundly - Interop tests that used tear-offs of top-level external methods instead of getters Change-Id: I46a5a1316db1dba38691efece075f9c34ac4b4e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277660 Reviewed-by: Sigmund Cherem <sigmund@google.com>