Skip to content

Commit 5e29c78

Browse files
authored
#3088. Remove weak mode from LanguageFeatures/nnbd. Part 2. (#3094)
1 parent 432cf3f commit 5e29c78

File tree

233 files changed

+92
-723
lines changed

Some content is hidden

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

233 files changed

+92
-723
lines changed

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t01.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
/// [e] is potentially constant
1111
/// @author [email protected]
1212
13-
// Requirements=nnbd-strong
14-
1513
import "../../../Utils/expect.dart";
1614

1715
class MyClass {

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A01_t02.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
/// [e] is potentially constant
1111
/// @author [email protected]
1212
13-
// Requirements=nnbd-strong
14-
1513
import "../../../Utils/expect.dart";
1614

1715
class MyClass {

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t01.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
/// [e] is a compile-time constant
1111
/// @author [email protected]
1212
13-
// Requirements=nnbd-strong
14-
1513
import "../../../Utils/expect.dart";
1614

1715
const i = 0;

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A02_t02.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
/// [e] is a compile-time constant
1111
/// @author [email protected]
1212
13-
// Requirements=nnbd-strong
14-
1513
import "../../../Utils/expect.dart";
1614

1715
const i = 0;

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/// if [e] is not a constant
1111
/// @author [email protected]
1212
13-
1413
Object str = "test";
1514

1615
main() {

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t02.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/// if [e] is not a constant
1111
/// @author [email protected]
1212
13-
1413
Object str = "test";
1514

1615
class MyClass {

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t03.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/// if [e] is not a constant
1111
/// @author [email protected]
1212
13-
1413
Object str = "test";
1514

1615
main() {

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t04.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/// if [e] is not a constant
1111
/// @author [email protected]
1212
13-
1413
Object str = "test";
1514

1615
class MyClass {

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t05.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/// if [e] is not a constant
1111
/// @author [email protected]
1212
13-
1413
String anObject = "";
1514

1615
class MyClass {

LanguageFeatures/nnbd/Constant-update-2018/TypeTestOperator_A03_t06.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/// if [e] is not a constant
1111
/// @author [email protected]
1212
13-
1413
String anObject = "";
1514

1615
class MyClass {

0 commit comments

Comments
 (0)