You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] scalapb-2-13-17-example/target/scala-2.13/src_managed/main/scalapb/a/A.scala:46:30: missing argument list for method writeEnumNoTag in class CodedOutputStream of type (value: Int): Unit
[error] Unapplied methods are only converted to functions when a function type is expected.
[error] Use -Xsource-features:eta-expand-always to convert even if the expected type is not a function type.
[error] You can make this conversion explicit by writing `writeEnumNoTag _` or `writeEnumNoTag(_)` instead of `writeEnumNoTag`.
[error] c.foreach((_output__.writeEnumNoTag).compose((_: a.A.B).value))
[error] ^
[error] one error found
[error] (Compile / compileIncremental) Compilation failed