Sign in
apache
/
netbeans
/
e761e5edfbb975565c650a4e847b65e231e4d6a5
/
.
/
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
)
{}
}