blob: 5130caf9a6212538842541efc984c44676a6a373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (C) 2017 Valerie Young. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: static private class fields forbidden
features: [class, class-fields-private]
template: propname-error-static
---*/
//- propname
#field
|