new file: resources/AllgemeinTest/Box.jav
This commit is contained in:
parent
2221b559ca
commit
db01b0c8dd
10
resources/AllgemeinTest/Box.jav
Normal file
10
resources/AllgemeinTest/Box.jav
Normal file
@ -0,0 +1,10 @@
|
||||
class Box<A> {
|
||||
|
||||
A a;
|
||||
|
||||
Box(A a) {
|
||||
this.a = a;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user