Skip to content

Commit

Permalink
Merge pull request #5758 from dotty-staging/fix-#3955
Browse files Browse the repository at this point in the history
Fix #3955: Add regression test
  • Loading branch information
OlivierBlanvillain committed Jan 21, 2019
2 parents 86ac8f2 + 00d8a8e commit ab091cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/pos/i3955.scala
@@ -0,0 +1,4 @@
object Foo {
inline def f[S, T](x: S): T = ???
def g(x: Int) = f[T = Any](x)
}

0 comments on commit ab091cf

Please sign in to comment.