Issue numbers added to some NNBD tests
diff --git a/LanguageFeatures/nnbd/static_errors_A11_t08.dart b/LanguageFeatures/nnbd/static_errors_A11_t08.dart
index d2e92e0..7f1668b 100644
--- a/LanguageFeatures/nnbd/static_errors_A11_t08.dart
+++ b/LanguageFeatures/nnbd/static_errors_A11_t08.dart
@@ -14,7 +14,7 @@
  * is T, then the operator is checked as if the receiver had type NonNull(T).
  * Test some type A*, where A is nullable
  * @issue 38715
- * "шыыгу 39865
+ * @issue 39865
  * @author sgrekhov@unipro.ru
  */
 // SharedOptions=--enable-experiment=non-nullable
diff --git a/LanguageFeatures/nnbd/syntax_A06_t01.dart b/LanguageFeatures/nnbd/syntax_A06_t01.dart
index 0a4e899..741c609 100644
--- a/LanguageFeatures/nnbd/syntax_A06_t01.dart
+++ b/LanguageFeatures/nnbd/syntax_A06_t01.dart
@@ -12,6 +12,7 @@
  * null-aware subscripting using the syntax e1?.[e2] which evaluates to null if
  * e1 evaluates to null and otherwise evaluates as e1[e2].
  * @author sgrekhov@unipro.ru
+ * @issue 39865
  */
 // SharedOptions=--enable-experiment=non-nullable
 import "../../Utils/expect.dart";
diff --git a/LanguageFeatures/nnbd/syntax_A06_t03.dart b/LanguageFeatures/nnbd/syntax_A06_t03.dart
index f90e233..7a38a60 100644
--- a/LanguageFeatures/nnbd/syntax_A06_t03.dart
+++ b/LanguageFeatures/nnbd/syntax_A06_t03.dart
@@ -13,6 +13,7 @@
  * e1 evaluates to null and otherwise evaluates as e1[e2]. Test legacy pre-NNBD
  * types
  * @author sgrekhov@unipro.ru
+ * @issue 39865
  */
 // SharedOptions=--enable-experiment=non-nullable
 import "../../Utils/expect.dart";