This commit is contained in:
Martin Plümicke 2019-03-28 16:55:48 +01:00
parent 0f1526daa2
commit df0f26c021

View File

@ -1,6 +1,6 @@
public class Id<FTU extends FTT,FTT> {
id(FTU b){
return b;
}
}
id(FTU b){
return b;
}
}