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