diff options
Diffstat (limited to 'ajdoc/testdata/coverage/foo/InterfaceI.java')
-rw-r--r-- | ajdoc/testdata/coverage/foo/InterfaceI.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ajdoc/testdata/coverage/foo/InterfaceI.java b/ajdoc/testdata/coverage/foo/InterfaceI.java new file mode 100644 index 000000000..55b018146 --- /dev/null +++ b/ajdoc/testdata/coverage/foo/InterfaceI.java @@ -0,0 +1,6 @@ + +package foo; + +public interface InterfaceI { + void foo(); +}
\ No newline at end of file |