blob: 7462ce7dc521ba6513d02af940dcd50f74bb7ce7 [file] [log] [blame]
/*
* Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
* for details. All rights reserved. Use of this source code is governed by a
* BSD-style license that can be found in the LICENSE file.
*/
/**
* @assertion WHITESPACE:
* ('\t' | ' ' | NEWLINE)+
* ;.
* @description Checks that other Unicode whitespaces are not allowed:
* check NO-BREAK SPACE (U+00A0)
* @author hlodvig
* @compile-error
* @reviewer kaigorodov
*/
main() {
 var= 1 ;
}