| OLD | NEW |
| 1 // Too few positional arguments (call.dart:30:18) | 1 // Too few positional arguments (call.dart:30:25) |
| 2 // Too few positional arguments (call.dart:31:26) | 2 // Too few positional arguments (call.dart:31:30) |
| 3 // Too few positional arguments (call.dart:35:18) | 3 // Too few positional arguments (call.dart:35:26) |
| 4 // Too few positional arguments (call.dart:36:27) | 4 // Too few positional arguments (call.dart:36:27) |
| 5 // Too few positional arguments (call.dart:37:32) | 5 // Too few positional arguments (call.dart:37:32) |
| 6 library; | 6 library; |
| 7 import self as self; | 7 import self as self; |
| 8 import "dart:core" as core; | 8 import "dart:core" as core; |
| 9 | 9 |
| 10 class Callable extends core::Object { | 10 class Callable extends core::Object { |
| 11 constructor •() → void | 11 constructor •() → void |
| 12 : super core::Object::•() | 12 : super core::Object::•() |
| 13 ; | 13 ; |
| (...skipping 30 matching lines...) Expand all Loading... |
| 44 dynamic nothing4 = closure.call.call.call(); | 44 dynamic nothing4 = closure.call.call.call(); |
| 45 dynamic nothing5 = callable.{self::Callable::call}(); | 45 dynamic nothing5 = callable.{self::Callable::call}(); |
| 46 dynamic nothing6 = callable.{self::Callable::call}(); | 46 dynamic nothing6 = callable.{self::Callable::call}(); |
| 47 dynamic nothing7 = callable.{self::Callable::call}.call(); | 47 dynamic nothing7 = callable.{self::Callable::call}.call(); |
| 48 dynamic nothing8 = callable.{self::Callable::call}.call.call(); | 48 dynamic nothing8 = callable.{self::Callable::call}.call.call(); |
| 49 dynamic nothing9 = callableGetter.call(); | 49 dynamic nothing9 = callableGetter.call(); |
| 50 dynamic nothing10 = callableGetter.{self::CallableGetter::call}.call(); | 50 dynamic nothing10 = callableGetter.{self::CallableGetter::call}.call(); |
| 51 dynamic nothing11 = callableGetter.{self::CallableGetter::call}.call(); | 51 dynamic nothing11 = callableGetter.{self::CallableGetter::call}.call(); |
| 52 dynamic nothing12 = callableGetter.{self::CallableGetter::call}.call.call(); | 52 dynamic nothing12 = callableGetter.{self::CallableGetter::call}.call.call(); |
| 53 } | 53 } |
| OLD | NEW |