AssertAsIdentifier2.java revision 609:3640b60bd0f6
140090Smsmith/*
240090Smsmith * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
340090Smsmith * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
440090Smsmith *
540090Smsmith * This code is free software; you can redistribute it and/or modify it
640090Smsmith * under the terms of the GNU General Public License version 2 only, as
740090Smsmith * published by the Free Software Foundation.
840090Smsmith *
940090Smsmith * This code is distributed in the hope that it will be useful, but WITHOUT
1040090Smsmith * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1140090Smsmith * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1240090Smsmith * version 2 for more details (a copy is included in the LICENSE file that
1340090Smsmith * accompanied this code).
1440090Smsmith *
1540090Smsmith * You should have received a copy of the GNU General Public License version
1640090Smsmith * 2 along with this work; if not, write to the Free Software Foundation,
1740090Smsmith * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1840090Smsmith *
1940090Smsmith * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2040090Smsmith * or visit www.oracle.com if you need additional information or have any
2140090Smsmith * questions.
2240090Smsmith */
2340090Smsmith
2440090Smsmith// key: compiler.err.assert.as.identifier
2540090Smsmith
2640090Smsmithclass AssertAsIdentifier {
27116182Sobrien    int assert;
28116182Sobrien}
29116182Sobrien