| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| class Constant extends core::Object { | |
| const constructor •() → void | |
| ; | |
| } | |
| class NotConstant extends core::Object { | |
| synthetic constructor •() → void | |
| ; | |
| } | |
| static method foo({dynamic a, dynamic b, dynamic c}) → dynamic | |
| ; | |
| static method test() → dynamic | |
| ; | |
| static method main() → dynamic | |
| ; |