mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
chore: VarInfo.impl_of: Option<Type> -> ctx: ContextKind
This commit is contained in:
parent
1a056b1b0e
commit
14729c94f4
10 changed files with 101 additions and 84 deletions
|
@ -562,6 +562,7 @@ pub type CompileWarnings = CompileErrors;
|
|||
#[cfg(test)]
|
||||
mod test {
|
||||
use crate::{
|
||||
context::ContextKind,
|
||||
error::*,
|
||||
hir::Identifier,
|
||||
ty::{Predicate, Type},
|
||||
|
@ -771,7 +772,7 @@ mod test {
|
|||
crate::ty::Visibility::DUMMY_PRIVATE,
|
||||
crate::varinfo::VarKind::Builtin,
|
||||
None,
|
||||
None,
|
||||
ContextKind::Dummy,
|
||||
None,
|
||||
AbsLocation::unknown(),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue