Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2011, 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 // Dart test program testing NPE with incomplete interpolated identifier | |
| 5 | |
| 6 void main() { | |
| 7 print("$ | |
|
zundel
2011/12/21 13:24:24
this isn't really a language test since the code s
codefu
2011/12/21 18:47:56
That was my first thought; I placed it here to sha
| |
| 8 } | |
| OLD | NEW |