Files
sdk/pkg/dev_compiler/test/dart_codegen/expect/a/a.dart
T

8 lines
152 B
Dart

library a;
import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DEVC$RT;
class A {}
typedef A A2A(A x);
typedef dynamic D2D(dynamic x);