mirror of
https://github.com/flutter/flutter.git
synced 2026-02-12 22:03:04 +08:00
12 lines
242 B
Dart
12 lines
242 B
Dart
// Copyright 2014 The Flutter Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
// @dart=2.9
|
|
|
|
String? x;
|
|
|
|
void main() {
|
|
print('--- TEST SUCCEEDED ---');
|
|
}
|