summaryrefslogtreecommitdiffstats
path: root/tests/bugs180/432178/A.java
blob: 1ed166fa69b2dd6ed5312e24e1fc44cd1bc4aa6e (plain)
1
2
3
4
5
6
7
8
9
public class A
{
    public static void main(String [] args)
    {
        B test = new B();
        test.met();
    }
}