class Test { public static void main(String[] args) { test(); } static void test() { throw new Error("hello"); } static aspect A { declare soft : unknown.Error : call(void test()); // CE should be a message saying cant bind type 'unknown.Error' and not 'unknown$Error' } }rk.git/atom/.classpath?h=7.7.44' type='application/atom+xml'/>
summaryrefslogtreecommitdiffstats
path: root/.classpath
blob: 09654a64cdcd1a85bd22023beff6d28d9ebeecb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15