We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2a5eb9 commit 1cbdb12Copy full SHA for 1cbdb12
pkgs/ffigen/lib/src/header_parser/sub_parsers/objcinterfacedecl_parser.dart
@@ -38,13 +38,12 @@ Type? parseObjCInterfaceDeclaration(
38
'Name: $name, ${cursor.completeStringRepr()}',
39
);
40
41
- final config = context.config;
42
final itf = ObjCInterface(
43
context: context,
44
usr: usr,
45
originalName: name,
46
name: objcInterfaces.rename(decl),
47
- lookupName: applyModulePrefix(name, config.interfaceModule(decl)),
+ lookupName: applyModulePrefix(name, objcInterfaces.module(decl)),
48
dartDoc: getCursorDocComment(
49
context,
50
cursor,
0 commit comments