import java.util.*; class A { } aspect X { List A.n() { return null;} List A.m() { return null;} }