Skip to content

Commit 72e32d4

Browse files
committed
add @FunctionalInterface to TraceableValue to resolve warnings
1 parent 7534a3b commit 72e32d4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/core/shared/src/main/scala/TraceValue.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ object TraceValue {
4343
*
4444
* @tparam A The type to be converted to `TraceValue`
4545
*/
46+
@FunctionalInterface
4647
trait TraceableValue[A] { outer =>
4748
def toTraceValue(a: A): TraceValue
4849

0 commit comments

Comments
 (0)