summaryrefslogtreecommitdiffstats
path: root/tests/bugs/deprecated/Deprecated.java
blob: 2cd24f896457f3966df681173affe1493ba4f487 (plain)
1
2
3
4
5
6
// bug 54098
/** @deprecated */
public class Deprecated {
    /** @deprecated */
    void bar() {}
}