aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr156962/LiftDeprecation.aj
blob: d9825588cfc773495697a23e5632febaccf80e48 (plain)
1
2
3
public aspect LiftDeprecation {
    declare @type: hasmethod(@Deprecated * *(..)): @Deprecated;
}