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