builtIn constant

List<Compiler> const builtIn

The compilers that are supported by the test runner by default.

Implementation

static const List<Compiler> builtIn = [
  Compiler.dart2js,
  Compiler.dart2wasm,
  Compiler.exe,
  Compiler.kernel,
  Compiler.source,
];