mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
chore: uncomment code
This commit is contained in:
parent
d2460b9dde
commit
46f08c4451
3 changed files with 8 additions and 8 deletions
|
@ -4762,9 +4762,9 @@ impl Type {
|
|||
return;
|
||||
}
|
||||
if self.level() == Some(GENERIC_LEVEL) {
|
||||
/*if DEBUG_MODE {
|
||||
if DEBUG_MODE {
|
||||
panic!("{self} is fixed");
|
||||
}*/
|
||||
}
|
||||
return;
|
||||
}
|
||||
match self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue