Skip to main content
summaryrefslogtreecommitdiffstats
blob: 501ca6f41bb1ece5773fb85309289f6199b9f86c (plain) (blame)
1
2
3
4
5
6
7
8
9
package p;
class A{
}
class B extends A{
	/**
	 * comment
	 */
	void f(){}
}

Back to the top