Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 library test; | |
| 2 import self as self; | |
| 3 import "dart:core" as core; | |
| 4 | |
| 5 class C extends core::Object { | |
| 6 final field core::int x; | |
| 7 constructor •() → void | |
| 8 : self::C::x = self::f<core::int>(), super core::Object::•() | |
| 9 ; | |
| 10 } | |
| 11 static method f<T extends core::Object>() → self::f::T | |
| 12 return null; | |
| 13 static method main() → dynamic {} | |
| OLD | NEW |