Skip to content

Commit d23ae2c

Browse files
authored
#3088. Remove weak mode from LanguageFeatures/nnbd. Part 1. (#3092)
1 parent 8f13b49 commit d23ae2c

File tree

893 files changed

+41
-16347
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

893 files changed

+41
-16347
lines changed

LanguageFeatures/nnbd/assignability_A01_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
///
1111
/// @author [email protected]
1212
13-
// Requirements=nnbd-strong
1413
import "../../Utils/expect.dart";
1514
class A {}
1615
class C extends A {}

LanguageFeatures/nnbd/assignability_A02_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
///
1111
/// @author [email protected]
1212
13-
// Requirements=nnbd-strong
1413
import '../../Utils/expect.dart';
1514
class A {}
1615
class C extends A {}

LanguageFeatures/nnbd/boolean_conditional_evaluation_A01_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
///
1212
/// @author [email protected]
1313
14-
// Requirements=nnbd-strong
1514
import "../../Utils/expect.dart";
1615

1716
Never foo() {

LanguageFeatures/nnbd/boolean_conditional_evaluation_A02_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
///
1414
/// @author [email protected]
1515
16-
// Requirements=nnbd-strong
1716
import "../../Utils/expect.dart";
1817

1918
Never foo() {

LanguageFeatures/nnbd/const_evaluation_A01_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
///
1010
/// @description Checks statically that actual generic class type parameter is
1111
/// evaluated correctly for [int?] type argument.
12-
///
1312
/// @author [email protected]
1413
1514
import "dart:async";

LanguageFeatures/nnbd/const_evaluation_A01_t02.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
///
1010
/// @description Checks statically that actual generic class type parameter is
1111
/// evaluated correctly for [int] type argument.
12-
///
1312
/// @author [email protected]
1413
1514
import "dart:async";

LanguageFeatures/nnbd/const_evaluation_A01_t03.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
///
1010
/// @description Checks statically that actual generic class type parameter is
1111
/// evaluated correctly for [Object?] type argument.
12-
///
1312
/// @author [email protected]
1413
1514
import "dart:async";

LanguageFeatures/nnbd/const_evaluation_A01_t04.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
///
1010
/// @description Checks statically that actual generic class type parameter is
1111
/// evaluated correctly for [Object] type argument.
12-
///
1312
/// @author [email protected]
1413
1514
import "dart:async";

LanguageFeatures/nnbd/const_evaluation_A01_t05.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
///
1010
/// @description Checks statically that actual generic class type parameter is
1111
/// evaluated correctly for [dynamic] type argument.
12-
///
1312
/// @author [email protected]
1413
1514
import "dart:async";

LanguageFeatures/nnbd/const_evaluation_A01_t06.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
///
1010
/// @description Checks statically that actual generic class type parameter is
1111
/// evaluated correctly for [Null] type argument.
12-
///
1312
/// @author [email protected]
1413
1514
import "dart:async";

0 commit comments

Comments
 (0)