Thanks to visit codestin.com Credit goes to github.com
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.
2 parents cd52542 + 69bff24 commit 4905801Copy full SHA for 4905801
test/files/pos/t7481.scala
@@ -0,0 +1,10 @@
1
+
2
+// scalac: -no-specialization
3
4
+object Test {
5
+ // val fixesCompile = Array(1, 2, 3)
6
7
+ def foo: Any = new Array[Byte](0)
8
9
+ def f[@specialized(Int) A](a: A): A = a
10
+}
0 commit comments