Sign in
apache
/
netbeans
/
980c7f261edc4e4eed0d30056de05b3018112265
/
.
/
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
);
}
}