Aufräumen in test/bytecode

This commit is contained in:
JanUlrich 2016-04-12 11:08:39 +02:00
parent f630f93a3d
commit 377987abda
3 changed files with 0 additions and 9 deletions

View File

@ -1,3 +0,0 @@
interface Fun0<A>{
A apply();
}

View File

@ -1,3 +0,0 @@
interface Fun1<A,B>{
A apply(B p);
}

View File

@ -1,3 +0,0 @@
class GenericsTest<A, B extends A>{
Fun0<B> op;
}