Add colons

Change-Id: Idb51f8d5d3fa65f92ce0d64bbe79d63a9337cf1c
Reviewed-on: https://dart-review.googlesource.com/56320
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
diff --git a/pkg/analyzer/lib/src/fasta/ast_building_factory.dart b/pkg/analyzer/lib/src/fasta/ast_building_factory.dart
index e57a110..bc56bfd 100644
--- a/pkg/analyzer/lib/src/fasta/ast_building_factory.dart
+++ b/pkg/analyzer/lib/src/fasta/ast_building_factory.dart
@@ -98,13 +98,13 @@
 
   @override
   kernel.Arguments castArguments(_Arguments arguments) {
-    // TODO(brianwilkerson) Implement this or remove it from the API.
+    // TODO(brianwilkerson): Implement this or remove it from the API.
     throw new UnimplementedError();
   }
 
   @override
   Expression checkLibraryIsLoaded(dependency) {
-    // TODO(brianwilkerson) Implement this.
+    // TODO(brianwilkerson): Implement this.
     throw new UnimplementedError();
   }
 
@@ -256,14 +256,14 @@
 
   @override
   Expression literalType(covariant type, Token location) {
-    // TODO(brianwilkerson) Capture the type information.
+    // TODO(brianwilkerson): Capture the type information.
     return astFactory.simpleIdentifier(location)
       ..staticType = _typeProvider?.typeType;
   }
 
   @override
   Expression loadLibrary(dependency) {
-    // TODO(brianwilkerson) Implement this.
+    // TODO(brianwilkerson): Implement this.
     throw new UnimplementedError();
   }
 
@@ -342,7 +342,7 @@
   @override
   VariableDeclarationStatement variablesDeclaration(
       List<VariableDeclaration> declarations, Uri uri) {
-    // TODO(brianwilkerson) Implement this.
+    // TODO(brianwilkerson): Implement this.
     throw new UnimplementedError();
   }
 
@@ -371,7 +371,7 @@
       Token token,
       VariableDeclarationStatement variable,
       kernel.DartType promotedType) {
-    // TODO(brianwilkerson) Implement this.
+    // TODO(brianwilkerson): Implement this.
     throw new UnimplementedError();
   }
 
@@ -383,7 +383,7 @@
       covariant name,
       covariant getter,
       covariant setter) {
-    // TODO(brianwilkerson) Implement this.
+    // TODO(brianwilkerson): Implement this.
     throw new UnimplementedError();
   }
 
@@ -394,7 +394,7 @@
       covariant name,
       covariant getter,
       covariant setter) {
-    // TODO(brianwilkerson) Implement this.
+    // TODO(brianwilkerson): Implement this.
     throw new UnimplementedError();
   }
 }