blob: 77f93fa4ce4ef27f0ac8105ac64d40e04fc437d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Mode: VM run
Title: Local declarations in advise bodies
This tests local declarations in the body of advises. Local
declarations help the weaves inside advises to share variables between
them. These variables should be resolved in the context of the
methods being advised.
The syntax supports local variable as well as class declrations. But
the weaver can't handle inner classes yet, so only the local variable
declaration case is tested.
|