Skip to content

Commit 15e95c2

Browse files
authored
Merge pull request #8472 from dotty-staging/fix-#6750
Fix #6750: Add regression test
2 parents c25396c + 4aa5036 commit 15e95c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pos/i6750.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
inline def foo(inline i: Int) = ???
2+
inline def foo(inline l: Long) = ???

0 commit comments

Comments
 (0)