Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 08977441beee1f49462a05ab66f9762f50833cf3 (plain) (blame)
1
2
3
4
5
6
package p;


class C {
	String fS= "";
}

Back to the top