mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
NamedType angepasst
This commit is contained in:
parent
69b9ef4773
commit
0f5531ef47
@ -53,8 +53,7 @@ public class NamedType extends Type {
|
||||
*/
|
||||
@Override
|
||||
public Type substitute(TypeVariable a, Type b) {
|
||||
//TODO: Methode überhaupt sinnvoll?
|
||||
return null;
|
||||
return this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user