Skip to content

Commit 9763842

Browse files
committed
Adapt one check file for new emitted static methods.
1 parent 27add32 commit 9763842

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/run/t7932.check

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@ public Category C.category()
22
public Category C.category1()
33
public default Category<F> M1.category()
44
public default Category<scala.Tuple2> M1.category1()
5+
public static Category M1.category$(M1)
6+
public static Category M1.category1$(M1)
57
public default Category<F> M2.category()
68
public default Category<scala.Tuple2> M2.category1()
9+
public static Category M2.category$(M2)
10+
public static Category M2.category1$(M2)

0 commit comments

Comments
 (0)