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