aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150')
-rw-r--r--tests/bugs150/pr117296/PropertySupport.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs150/pr117296/PropertySupport.java b/tests/bugs150/pr117296/PropertySupport.java
new file mode 100644
index 000000000..a6dffdb83
--- /dev/null
+++ b/tests/bugs150/pr117296/PropertySupport.java
@@ -0,0 +1,3 @@
+public class PropertySupport<T extends PropertySupport<T>> {
+
+}