io.github.iltotore.iron.macros.ReflectUtil.DecodingFailure.NotInlined
final case class NotInlined(
term: _quotes.reflect.
Term)
A term is not inlined. Note that an inline
val/def can still not be inlined by the compiler in some cases.
Value parameters
-
term
-
the term that is not inlined
Attributes
-
Source
-
ReflectUtil.scala
Members list
Pretty print this failure.
Pretty print this failure.
Value parameters
-
bodyIdent
-
the identation of the 2nd+ lines
-
firstLineIdent
-
the identation of the first line
Attributes
-
Returns
-
a pretty-formatted String representation of this failure
-
Inherited from:
-
DecodingFailure
-
Source
-
ReflectUtil.scala
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product