forked from JavaTX/JavaCompilerCore
Aufräumen in test/bytecode
This commit is contained in:
parent
f630f93a3d
commit
377987abda
@ -1,3 +0,0 @@
|
|||||||
interface Fun0<A>{
|
|
||||||
A apply();
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
interface Fun1<A,B>{
|
|
||||||
A apply(B p);
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
class GenericsTest<A, B extends A>{
|
|
||||||
Fun0<B> op;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user