-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roman Janusz
committed
Mar 19, 2023
1 parent
99ee6c3
commit aa58829
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/main/scala/com/github/ghik/sbt/nosbt/util/EnclosingValName.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package com.github.ghik.sbt.nosbt | ||
package util | ||
|
||
final case class EnclosingValName(name: String) | ||
object EnclosingValName { | ||
implicit def materialize: EnclosingValName = macro Macros.enclosingValNameImpl | ||
} |