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

Side by Side Diff: pkg/front_end/testcases/inference/infer_setter_function_typed.dart.outline.expect

Issue 2948693002: Verify that inference ignores setters with function-typed arguments. (Closed)
Patch Set: Created 3 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 library test;
2 import self as self;
3 import "dart:core" as core;
4
5 typedef F = () → core::int;
6 abstract class A extends core::Object {
7 constructor •() → void
8 ;
9 abstract set x(() → core::int value) → void;
10 }
11 abstract class B extends self::A {
12 constructor •() → void
13 ;
14 abstract set x(() → dynamic value) → void;
15 }
16 static method f<T extends core::Object>() → self::f::T
17 ;
18 static method g(self::B b) → dynamic
19 ;
20 static method main() → dynamic
21 ;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698