mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-22 01:01:34 +00:00
@ -288,7 +288,7 @@ impl ImportedTypes for ast::ImportType {
|
||||
{
|
||||
f(&self.rust_name, ImportedTypeKind::Definition);
|
||||
for class in self.extends.iter() {
|
||||
f(class, ImportedTypeKind::Reference);
|
||||
class.imported_types(f);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user