diff options
Diffstat (limited to 'tests/new/interfaceLibrary/Client.java')
-rw-r--r-- | tests/new/interfaceLibrary/Client.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/new/interfaceLibrary/Client.java b/tests/new/interfaceLibrary/Client.java new file mode 100644 index 000000000..e53bfff21 --- /dev/null +++ b/tests/new/interfaceLibrary/Client.java @@ -0,0 +1,9 @@ + + +public class Client { + public static void main(String[] a) { + new C().run(); + } +} + +class C implements lib.LibraryInterface {}
\ No newline at end of file |