Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: pkg/analyzer/test/src/task/strong/inferred_type_test.dart

Issue 1673933002: remove unused locals/members/test functions (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rm newlines Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/test/src/task/strong/inferred_type_test.dart
diff --git a/pkg/analyzer/test/src/task/strong/inferred_type_test.dart b/pkg/analyzer/test/src/task/strong/inferred_type_test.dart
index c63031bd4f3364b4565453c5ed24a7dab0efc879..2106dba5b3c11734082b4c4a04c12054d27f99b5 100644
--- a/pkg/analyzer/test/src/task/strong/inferred_type_test.dart
+++ b/pkg/analyzer/test/src/task/strong/inferred_type_test.dart
@@ -1253,7 +1253,6 @@ main() {
});
group('downwards inference on function arguments', () {
- String info = "info:INFERRED_TYPE_LITERAL";
test('infer downwards', () {
checkFile('''
void f0(List<int> a) {};
@@ -1292,7 +1291,6 @@ main() {
});
group('downwards inference on constructor arguments', () {
- String info = "info:INFERRED_TYPE_LITERAL";
test('infer downwards', () {
checkFile('''
class F0 {
@@ -1344,7 +1342,6 @@ main() {
});
group('downwards inference on generic constructor arguments', () {
- String info = "info:INFERRED_TYPE_LITERAL";
test('infer downwards', () {
checkFile('''
class F0<T> {
@@ -1406,7 +1403,6 @@ main() {
});
group('downwards inference on map literals', () {
- String info = "info:INFERRED_TYPE_LITERAL";
test('infer downwards', () {
checkFile('''
void foo([Map<int, String> m1 = /*info:INFERRED_TYPE_LITERAL*/const {1: "hello"},
« no previous file with comments | « pkg/analyzer/test/src/task/dart_test.dart ('k') | pkg/analyzer/test/src/task/strong/strong_test_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698