Last active
August 29, 2015 14:24
-
-
Save Ten-Wang/afb146add565e7aabf0e to your computer and use it in GitHub Desktop.
TEST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Main{ | |
DataTypePowerSwitch.PSItem item; | |
SourcePowerSwitch a = new SourcePowerSwitch(); | |
a.addItem(item); | |
} | |
public class SourcePowerSwitch implements DataTypePowerSwitch, PSData { | |
public void addItem(DataTypePowerSwitch.PSItem item) { | |
addItem a = new addItem(); | |
a.addItem(item); | |
} | |
} | |
public class addItem extends SourcePowerSwitch implements PSData{ | |
public void addItem(DataTypePowerSwitch.PSItem item) { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment