## Compiler version 3.1.2 ## Minimized example ```Scala opaque type Type ``` ## Output ```scala [error] Modifier opaque is not allowed for this definition [error] opaque type Type [error] ^^^^^^^^^^^^^^^^ ``` ## Expectation Should state that an opaque type needs a right-hand side