We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nowarn
a type was inferred to be Any
1 parent 49fecc1 commit eba9ebeCopy full SHA for eba9ebe
core/src/test/scala/com/avsystem/commons/serialization/IgnoreTransientDefaultMarkerTest.scala
@@ -3,6 +3,8 @@ package serialization
3
4
import com.avsystem.commons.serialization.CodecTestData.HasDefaults
5
6
+import scala.annotation.nowarn
7
+
8
object IgnoreTransientDefaultMarkerTest {
9
final case class NestedHasDefaults(
10
@transientDefault flag: Boolean = false,
@@ -19,6 +21,7 @@ object IgnoreTransientDefaultMarkerTest {
19
21
object HasOptParam extends HasGenCodec[HasOptParam]
20
22
}
23
24
+@nowarn("msg=a type was inferred to be `Any`")
25
class IgnoreTransientDefaultMarkerTest extends AbstractCodecTest {
26
import IgnoreTransientDefaultMarkerTest.*
27
0 commit comments