Skip to content

Commit

Permalink
add more SyntacticOrganizeImports test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Feb 2, 2024
1 parent 4201a81 commit f0ac26a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions input/src/main/scala/fix/SyntacticOrganizeImportsTest5.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
rule = SyntacticOrganizeImports
*/
package fix

import scala.util.{Try as _, *} // assert: SyntacticOrganizeImports
import scala.util.control

class SyntacticOrganizeImportsTest5

0 comments on commit f0ac26a

Please sign in to comment.