Sign in
webkit
/
WebKit
/
cfe843e90f2a7ec51e487f4807d671dbaa6c21f1
/
.
/
ManualTests
/
resources
/
StringTypeTest.java
blob: 9b8dd783e544b335ebf6dacc5cd3dccb8264496d [
file
] [
log
] [
blame
]
import
java
.
applet
.*;
public
class
StringTypeTest
extends
Applet
{
public
String
getString
()
{
return
new
String
(
"hello"
);
}
}