Skip to content

Commit 3048b39

Browse files
committed
Fix transparent given syntax
1 parent 3179b21 commit 3048b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i7078.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
trait A
22
class B extends A
33

4-
transparent inline given tc as _: A = B()
4+
transparent inline given tc as A = B()
55

66
val x: B = summon[A]
77

0 commit comments

Comments
 (0)