blob: 4108de0f995dc7fcee01f75b4ea2a3fa364f0846 [file] [log] [blame]
// Copyright (c) 2017, 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.
main() {
var eh = {"éh": "éh"};
print('${eh[éh']}');
}