index
:
github/Remap.git
bettererror
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
a
/
pkg
/
AInterface.java
blob: 8786c94a81a1a1382985246678dd6270a8441d13 (
plain
)
1
2
3
4
5
package
a.pkg
;
public
interface
AInterface
{
void
aInterfaceMethod
();
}