We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uncheckedVariance
1 parent af2a0e6 commit a96c5a3Copy full SHA for a96c5a3
tests/pos/covaraint-opqaue.scala
@@ -0,0 +1,3 @@
1
+import annotation.unchecked.uncheckedVariance
2
+
3
+opaque type O[+T] = Array[T @uncheckedVariance]
0 commit comments