blob: e396cc6a3ca443f807e61fa4ace5d5bd08af74ad [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.
// @dart = 2.9
/// @assertion Dart source text is represented as a sequence of Unicode code
/// points.
/// @description Checks that decomposed characters in strings do not cause a
/// compile error.
/// @author kaigorodov
/// @reviewer rodionov
main() {
String aWithRingAbove = "Å"; // Å
}