aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/WeavingURLClassLoaderTest/packag/Main.java
blob: cd0452056c4c55a43140ff3d6c65081f84956a2c (plain)
1
2
3
4
5
6
7
package packag;

public class Main {
    public static void main(String[] args) {
        throw new Error("around advice should have applied here");
    }
}