Sign in
apache
/
netbeans
/
e761e5edfbb975565c650a4e847b65e231e4d6a5
/
.
/
java
/
java.hints
/
test
/
unit
/
data
/
javahints
/
TestShortErrorsNewClass.java
blob: ed6bc376e368e70427912fb3aa465817e21209f5 [
file
] [
log
] [
blame
]
package
javahints
;
public
class
TestShortErrorsNewClass
{
public
TestShortErrorsNewClass
(
String
s
)
{
}
public
static
void
test
()
{
Object
o
=
1
;
new
TestShortErrorsNewClass
(
o
);
}
}