Fix newly added test to opt out of NNBD (#60042)

This commit is contained in:
Jonah Williams
2020-06-22 17:40:48 -07:00
committed by GitHub
parent 75d8e0e662
commit 3406870d24

View File

@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// @dart = 2.8
import 'package:flutter/material.dart';
import 'package:flutter/painting.dart';
import 'package:flutter/rendering.dart';