/* Multi-method example */
package mm;
public class c1{
    public int m(Object o){ return 1;}
}
