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

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