Tests anfügen

This commit is contained in:
JanUlrich 2014-07-16 18:40:03 +02:00
parent 42c47fbe86
commit 038e65970c

View File

@ -1,8 +1,8 @@
class Test{
class Test<CT> {
<A extends AE, AE extends CT> A m;
<CT> CT methode(){
CT methode(){
return m;
}