Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Unified Diff: tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart

Issue 2999723002: Add stub versions of KernelInferrerEngine and friends (Closed)
Patch Set: Updated cf. comments Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart
diff --git a/tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart b/tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart
index 8190af0152b3bccd7b7544eb25732be8b264c5ad..8abe812a1fa96621c673af606a09f46093f9ba6f 100644
--- a/tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart
+++ b/tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart
@@ -162,7 +162,7 @@ main() {
checkReturn(MockCompiler compiler, String name, type) {
var typesInferrer = compiler.globalInference.typesInferrerInternal;
- var element = findElement(compiler, name);
+ MemberElement element = findElement(compiler, name);
Expect.equals(
type,
simplify(typesInferrer.getReturnTypeOfMember(element),

Powered by Google App Engine
This is Rietveld 408576698