aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr88900.aj
blob: 4f3e65bc8f19aef04a14aea6ecf5faf9e007e337 (plain)
1
2
3
4
5
aspect RunnableDefaultImpl {
	
	public void Runnable.run() {}
	
}