Skip to content

Commit 91bccfb

Browse files
committed
Add missing source-import tests
1 parent bedb0f8 commit 91bccfb

4 files changed

+4
-0
lines changed

Diff for: tests/pos/source-import-3-5-migration.scala

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import language.`3.5-migration`

Diff for: tests/pos/source-import-3-5.scala

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import language.`3.5`

Diff for: tests/pos/source-import-3-6-migration.scala

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import language.`3.6-migration`

Diff for: tests/pos/source-import-3-6.scala

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import language.`3.6`

0 commit comments

Comments
 (0)