/
magnusroot
/
flutter
Обзор
Документация
Войти
/
magnusroot
/
flutter
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dev/integration_tests/web/lib/null_enabled_api.dart
9 строк
239 B
Jonah Williams
[null-safety] remove enable experiment flags (#69930)
06 ноя 2020, 10:58
Не верифицирован
06 ноя 2020, 10:58
6fe800a
Код
Авторство
О чём код?
// 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.12 void methodThatAcceptsNonNull(int x) { print(x + 2); }