Add stupid old dart version comment

It's importing files which still haven't been converted
This commit is contained in:
Vishesh Handa
2021-04-14 18:53:06 +02:00
parent e4f3e21427
commit 8f887b0112
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// @dart=2.9
import 'dart:convert'; import 'dart:convert';
import 'dart:io'; import 'dart:io';

View File

@ -1,3 +1,5 @@
// @dart=2.9
import 'dart:convert'; import 'dart:convert';
import 'dart:io'; import 'dart:io';