forked from JavaTX/JavaCompilerCore
Adapted TypedID jav-file
This commit is contained in:
parent
602216d9e2
commit
709041f024
@ -1,6 +1,12 @@
|
|||||||
public class TypedID/*<L extends K,K> */ {
|
public class TypedID/*<L extends K,K> */ {
|
||||||
|
|
||||||
<K> id(K b){
|
lam = x-> x;
|
||||||
|
|
||||||
|
id(b){
|
||||||
return b;
|
return b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m(){
|
||||||
|
return lam;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user