From 91bccfb810287ddfd45e65e88ddb6f5fb0c43ce6 Mon Sep 17 00:00:00 2001 From: Hamza REMMAL Date: Wed, 3 Jul 2024 20:05:32 +0200 Subject: [PATCH] Add missing source-import tests --- tests/pos/source-import-3-5-migration.scala | 1 + tests/pos/source-import-3-5.scala | 1 + tests/pos/source-import-3-6-migration.scala | 1 + tests/pos/source-import-3-6.scala | 1 + 4 files changed, 4 insertions(+) create mode 100644 tests/pos/source-import-3-5-migration.scala create mode 100644 tests/pos/source-import-3-5.scala create mode 100644 tests/pos/source-import-3-6-migration.scala create mode 100644 tests/pos/source-import-3-6.scala diff --git a/tests/pos/source-import-3-5-migration.scala b/tests/pos/source-import-3-5-migration.scala new file mode 100644 index 000000000000..d47e0307473e --- /dev/null +++ b/tests/pos/source-import-3-5-migration.scala @@ -0,0 +1 @@ +import language.`3.5-migration` \ No newline at end of file diff --git a/tests/pos/source-import-3-5.scala b/tests/pos/source-import-3-5.scala new file mode 100644 index 000000000000..615ae8638c24 --- /dev/null +++ b/tests/pos/source-import-3-5.scala @@ -0,0 +1 @@ +import language.`3.5` \ No newline at end of file diff --git a/tests/pos/source-import-3-6-migration.scala b/tests/pos/source-import-3-6-migration.scala new file mode 100644 index 000000000000..d566362cfe41 --- /dev/null +++ b/tests/pos/source-import-3-6-migration.scala @@ -0,0 +1 @@ +import language.`3.6-migration` \ No newline at end of file diff --git a/tests/pos/source-import-3-6.scala b/tests/pos/source-import-3-6.scala new file mode 100644 index 000000000000..1d85eea86f54 --- /dev/null +++ b/tests/pos/source-import-3-6.scala @@ -0,0 +1 @@ +import language.`3.6` \ No newline at end of file