Skip to content

Commit f45e98f

Browse files
committed
WIP: Add checkfiles for i17105 (Warning: The output seems wrong)
1 parent 8b014cc commit f45e98f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/run-macros/i17105.check

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
((g: (y: scala.Int)scala.Int, n: scala.Int) => g(n))
2+
((g: (y: scala.Int, z: scala.Int)scala.Int) => g(1, 2))
3+
((g2: (x$1: scala.math.Ordered[scala.Int])scala.Boolean, ord: scala.math.Ordered[scala.Int]) => (g2(ord).||(2.<(3)): scala.Boolean))

tests/run-macros/i17105/Test_2.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@main def app =
1+
@main def Test: Unit =
22
println(test1)
33
println(test2)
44
println(test3)

0 commit comments

Comments
 (0)