blob: 7899582fd8dfc32ac9acab55492d95f442358e71 [file] [log] [blame]
This file was autogenerated from running the shaker test suite.
To update this file, either copy the output from a failing test or run
pkg/front_end/tool/fasta testing shaker -DupdateExpectations=true
----- pkg/front_end/testcases/shaker/export_targets.dart
library;
import self as self;
import "lib/targets_top.dart" as tar;
additionalExports = (tar::MyClass, tar::MyFunctionTypeAlias, tar::myTopLevelVariable, tar::myTopLevelFunction)
----- external pkg/front_end/testcases/shaker/lib/targets_top.dart
library;
import self as self;
import "dart:core" as core;
typedef MyFunctionTypeAlias = () void;
class MyClass extends core::Object {
default constructor •() void
: super core::Object::•();
}
static field core::int myTopLevelVariable;
static method myTopLevelFunction() core::int;