This PR add support for annotations in Scala 3 on all platforms. The added tests are used for testing all platforms and scala versions to ensure unambiguous behaviour.
This PR introduces the suffix annotation as a replacement for postfix (to deprecate). Semantics of postfix to not properly reflect the feature.
This PR add support for annotations in Scala 3 on all platforms. The added tests are used for testing all platforms and scala versions to ensure unambiguous behaviour. This PR introduces the
suffix
annotation as a replacement forpostfix
(to deprecate). Semantics ofpostfix
to not properly reflect the feature.