blob: 21da52f41b21b1708cfc69b3fee2a92061d23da4 [file] [log] [blame] [edit]
// Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: The pound signal in the private field cannot be escaped
template: syntax/invalid
info: |
PrivateName::
# IdentifierName
U+0023 is the escape sequence for #
features: [class-fields-private]
---*/
//- elements
\u0023field;