Skip to content

Commit 6b88eb8

Browse files
author
Matthias Güdemann
committed
Add unit test for class / interface bound
1 parent 2ed059a commit 6b88eb8

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
class C{
2+
}
3+
interface I{
4+
}
5+
class interface_bound<T extends I> {
6+
}
7+
class class_bound<T extends C> {
8+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)