blob: bb281f3286e3c5cb72c61140d079fb3c2271faf9 [file]
// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// The formatter puts a blank line above the static error marker.
// dart format off
import 'dart:web_sql';
// ^^^^^^^^^^^^^^
// [analyzer] COMPILE_TIME_ERROR.URI_DOES_NOT_EXIST
// [cfe] Not found: 'dart:web_sql'
void main() {}