summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/test/com/siyeh/igtest/abstraction/weaken_type/sub/NumberAdder.java
blob: 8f15c784c12ac57966a0795e039fb3ab163a94a3 (plain)
1
2
3
4
5
6
7
8
9
package com.siyeh.igtest.abstraction.weaken_type.sub;

/**
 * Created by IntelliJ IDEA. User: HONOURK Date: 21-Aug-2008 Time: 12:15:41 To change this template
 * use File | Settings | File Templates.
 */
public interface NumberAdder  {
	int doSomething();
}