Skip to content

Commit 109595b

Browse files
authored
Switch to a blackbox macro
1 parent bc161e9 commit 109595b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package mypackage
22
import quoted._
33
object MyHooks {
4-
inline def myHook[A](a: A)<: A = ${
4+
inline def myHook[A](a: A): A = ${
55
identity('a)
66
}
7-
}
7+
}

0 commit comments

Comments
 (0)