Skip to main content
summaryrefslogtreecommitdiffstats
blob: daf8e5467f4493f682e03ae132ac80651c6f11f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
class X {

	void foo() {
	}

	// comment
	void bar() {
	}
}

Back to the top