summaryrefslogtreecommitdiffstats
path: root/tests/java5/pseudoKeywords/MethodCalledAround.java
blob: 799b5b1970b1b02df4e4e4c8599af90ef52e46ef (plain)
1
2
3
public class MethodCalledAround {
	void around() { ; }
}