summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/resources/StringTypeTest.java
blob: 9b8dd783e544b335ebf6dacc5cd3dccb8264496d (plain)
1
2
3
4
5
6
7
import java.applet.*;

public class StringTypeTest extends Applet {
    public String getString() {
        return new String("hello");
    }
}