We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c6666 commit 33a53a7Copy full SHA for 33a53a7
tests/run-with-compiler/quote-type-tags.scala
@@ -8,7 +8,7 @@ object Test {
8
'{$x.asInstanceOf[$t]}
9
10
println(asof('{}, '[Unit]).show)
11
- println(asof('true, '[Boolean]).show)
+ println(asof('{true}, '[Boolean]).show)
12
println(asof('{0.toByte}, '[Byte]).show)
13
println(asof('{ 'a' }, '[Char]).show)
14
println(asof('{1.toShort}, '[Short]).show)
0 commit comments