2024-09-12 13:49:27 +02:00
|
|
|
|
// Copyright 2024 Mathias Bynens. All rights reserved.
|
2023-09-15 12:27:42 +02:00
|
|
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
|
|
|
|
|
|
/*---
|
|
|
|
|
author: Mathias Bynens
|
|
|
|
|
esid: prod-PrivateIdentifier
|
|
|
|
|
description: |
|
|
|
|
|
Test that Unicode v15.1.0 ID_Continue characters are accepted as
|
|
|
|
|
identifier part characters in private class fields.
|
|
|
|
|
info: |
|
|
|
|
|
Generated by https://github.com/mathiasbynens/caniunicode
|
|
|
|
|
features: [class, class-fields-private]
|
|
|
|
|
---*/
|
|
|
|
|
|
|
|
|
|
class _ {
|
2024-09-12 13:49:27 +02:00
|
|
|
|
#_・・;
|
2023-09-15 12:27:42 +02:00
|
|
|
|
};
|