Commit 1a348e9
committed
Blacklist puzzle test for FromTasty
When running puzzle from Tasty it still harmonizes the types
in the old way.
Here's the diff:
```
~/workspace/dotty/tests/run> diff puzzle.decompiled puzzle.decompiled.out
4,5c4,5
< scala.Predef.println(if (false) 5.0 else 53.0)
< val x: scala.Double = if (false) 5.0 else 53.0
---
> scala.Predef.println(if (false) 5.0 else '5')
> val x: scala.AnyVal = if (false) 5.0 else '5'
11c11
< }
```1 parent 463a8e4 commit 1a348e9
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments