| // Copyright 2020 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| package foo; | |
| class TestFeatureList { | |
| public static final String MY_FEATURE = "MyFeature"; | |
| public static final String MY_FEATURE_WITH_A_REALLY_REALLY_ABSURDLY_LONG_NAME = | |
| "MyFeatureWithAReallyReallyAbsurdlyLongName"; | |
| public static final String BAD_FEATURE = "BadFeature"; | |
| } |