summaryrefslogtreecommitdiffstats
path: root/tests/bugs1610/pr319431/Azpect2.java
blob: f7b03a856f72fb9f2efd57f823e99e17039e7040 (plain)
1
2
3
4
5
package com.foo.bar;

public aspect Azpect2 {
  before(): staticinitialization(*) {}
}