Chromium Code Reviews

Side by Side Diff: tests/language/deferred_regression_28678_lib.dart

Issue 2683973002: Handle type literals correctly with deferred loading and await. (Closed)
Patch Set: correct fix Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file.
4
5 var v;
6
7 class Clazz { }
OLDNEW

Powered by Google App Engine