From 224c335a227e00b10990b064aa3becb6e7eadd12 Mon Sep 17 00:00:00 2001 From: Matthew Nitschke Date: Mon, 23 Sep 2024 08:26:56 -0600 Subject: [PATCH] remoted doc --- lib/src/kind_generator.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/src/kind_generator.dart b/lib/src/kind_generator.dart index 67169ea..45b5f84 100644 --- a/lib/src/kind_generator.dart +++ b/lib/src/kind_generator.dart @@ -15,8 +15,7 @@ SymbolInformation_Kind symbolKindFor(Element element) { MethodElement: SymbolInformation_Kind.Method, FunctionElement: SymbolInformation_Kind.Function, TopLevelVariableElement: SymbolInformation_Kind.Variable, - PrefixElement: SymbolInformation_Kind - .Namespace, // unsure if this is the right call for this + PrefixElement: SymbolInformation_Kind.Namespace, TypeParameterElement: SymbolInformation_Kind.TypeParameter, ParameterElement: SymbolInformation_Kind.Parameter, PropertyAccessorElement: SymbolInformation_Kind.Property,