summaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr222648/DataAspect.aj
blob: e1e10803ed8d8d62e0de1bd5e92312afef86ce4d (plain)
1
2
3
4
5
6
7
8
9
10
11
package test;

public aspect DataAspect
{
	
	public CONTENT Marker<CONTENT>.getContent()
	{
		return null;
	}

}