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