Skip to content

Commit

Permalink
Add missing source-import tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Jul 3, 2024
1 parent bedb0f8 commit 91bccfb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/pos/source-import-3-5-migration.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import language.`3.5-migration`
1 change: 1 addition & 0 deletions tests/pos/source-import-3-5.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import language.`3.5`
1 change: 1 addition & 0 deletions tests/pos/source-import-3-6-migration.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import language.`3.6-migration`
1 change: 1 addition & 0 deletions tests/pos/source-import-3-6.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import language.`3.6`

0 comments on commit 91bccfb

Please sign in to comment.