Sign in
apache
/
netbeans
/
4a3f9bcfde0ffd8bb13a5874559783a8833533c9
/
.
/
java
/
java.hints
/
test
/
unit
/
data
/
javahints
/
TestShortErrorsMethodInvocation2.java
blob: 993c6e0ce85d268a2424ae9eb7a5986a16aff099 [
file
] [
log
] [
blame
]
package
javahints
;
public
enum
TestShortErrorsMethodInvocation2
{
A
,
B
;
private
TestShortErrorsMethodInvocation2
(
String
c
)
{}
}