aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr86903/GenericService.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150/pr86903/GenericService.java')
-rw-r--r--tests/bugs150/pr86903/GenericService.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bugs150/pr86903/GenericService.java b/tests/bugs150/pr86903/GenericService.java
new file mode 100644
index 000000000..3c6950875
--- /dev/null
+++ b/tests/bugs150/pr86903/GenericService.java
@@ -0,0 +1,4 @@
+
+public interface GenericService {
+ public abstract void setContext(String localCtx);
+}