Skip to content

Commit 8145c18

Browse files
committed
Address comments
1 parent d733345 commit 8145c18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/element_type.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
library dartdoc.element_type;
77

88
import 'dart:collection';
9+
910
import 'package:analyzer/dart/element/element.dart';
1011
import 'package:analyzer/dart/element/type.dart';
1112
import 'package:dartdoc/src/model.dart';
@@ -121,7 +122,7 @@ class UndefinedElementType extends ElementType {
121122
String get name => type.name ?? '';
122123
}
123124

124-
// A FunctionType that does not have an underpinning Element.
125+
/// A FunctionType that does not have an underpinning Element.
125126
class FunctionTypeElementType extends UndefinedElementType {
126127
FunctionTypeElementType(DartType f, Library library,
127128
PackageGraph packageGraph, ElementType returnedFrom)

0 commit comments

Comments
 (0)