Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendseeker committed Dec 7, 2023
1 parent 9f63042 commit 10b9dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sbt.zinc.example.Baz
// Adding the below import makes issue to changes/Foo.scala and Foo.scala make issue go away
// Adding the below import to changes/Foo.scala and Foo.scala make issue go away
// import `package`.b
class Foo(implicit baz: Baz)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sbt.zinc.example.Baz
// Adding the below import makes issue to changes/Foo.scala and Foo.scala make issue go away
// Adding the below import to changes/Foo.scala and Foo.scala make issue go away
// import `package`.b
class Foo(implicit baz: Baz)

Expand Down

0 comments on commit 10b9dd7

Please sign in to comment.