File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
pkg/_fe_analyzer_shared/lib/src/parser Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -315,8 +315,7 @@ abstract class Listener implements UnescapeErrorListener {
315315 logEvent ('ExtensionTypeDeclaration' );
316316 }
317317
318- /// Handle the start of a primary constructor declaration, currently only
319- /// occurring in extension type declarations.
318+ /// Handle the start of a primary constructor declaration.
320319 void beginPrimaryConstructor (Token beginToken) {
321320 logEvent ('PrimaryConstructor' );
322321 }
@@ -340,8 +339,7 @@ abstract class Listener implements UnescapeErrorListener {
340339 logEvent ('PrimaryConstructor' );
341340 }
342341
343- /// Handle the omission of a primary constructor declaration. Currently only
344- /// occurring in extension type declarations.
342+ /// Handle the omission of a primary constructor declaration.
345343 void handleNoPrimaryConstructor (
346344 Token token,
347345 Token ? constKeyword,
You can’t perform that action at this time.
0 commit comments