summaryrefslogtreecommitdiff
path: root/test/files/neg/t7157.check
blob: 3988460d4bb5387b9c02b16b0c584c46fdb1d000 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Test_2.scala:5: error: too many arguments for macro method m1_0_0: ()Unit
  m1_0_0(1)
        ^
Test_2.scala:6: error: too many arguments for macro method m1_0_0: ()Unit
  m1_0_0(1, 2)
        ^
Test_2.scala:7: error: too many arguments for macro method m1_0_0: ()Unit
  m1_0_0(1, 2, 3)
        ^
Test_2.scala:9: error: not enough arguments for macro method m1_1_1: (x: Int)Unit.
Unspecified value parameter x.
  m1_1_1()
        ^
Test_2.scala:11: error: too many arguments for macro method m1_1_1: (x: Int)Unit
  m1_1_1(1, 2)
        ^
Test_2.scala:12: error: too many arguments for macro method m1_1_1: (x: Int)Unit
  m1_1_1(1, 2, 3)
        ^
Test_2.scala:14: error: not enough arguments for macro method m1_2_2: (x: Int, y: Int)Unit.
Unspecified value parameters x, y.
  m1_2_2()
        ^
Test_2.scala:15: error: not enough arguments for macro method m1_2_2: (x: Int, y: Int)Unit.
Unspecified value parameter y.
  m1_2_2(1)
        ^
Test_2.scala:17: error: too many arguments for macro method m1_2_2: (x: Int, y: Int)Unit
  m1_2_2(1, 2, 3)
        ^
Test_2.scala:24: error: not enough arguments for macro method m1_1_inf: (x: Int, y: Int*)Unit.
Unspecified value parameters x, y.
  m1_1_inf()
          ^
Test_2.scala:29: error: not enough arguments for macro method m1_2_inf: (x: Int, y: Int, z: Int*)Unit.
Unspecified value parameters x, y, z.
  m1_2_inf()
          ^
Test_2.scala:30: error: not enough arguments for macro method m1_2_inf: (x: Int, y: Int, z: Int*)Unit.
Unspecified value parameters y, z.
  m1_2_inf(1)
          ^
Test_2.scala:35: error: too many arguments for macro method m2_0_0: ()Unit
  m2_0_0()(1)
          ^
Test_2.scala:36: error: too many arguments for macro method m2_0_0: ()Unit
  m2_0_0()(1, 2)
          ^
Test_2.scala:37: error: too many arguments for macro method m2_0_0: ()Unit
  m2_0_0()(1, 2, 3)
          ^
Test_2.scala:39: error: not enough arguments for macro method m2_1_1: (x: Int)Unit.
Unspecified value parameter x.
  m2_1_1()()
          ^
Test_2.scala:41: error: too many arguments for macro method m2_1_1: (x: Int)Unit
  m2_1_1()(1, 2)
          ^
Test_2.scala:42: error: too many arguments for macro method m2_1_1: (x: Int)Unit
  m2_1_1()(1, 2, 3)
          ^
Test_2.scala:44: error: not enough arguments for macro method m2_2_2: (x: Int, y: Int)Unit.
Unspecified value parameters x, y.
  m2_2_2()()
          ^
Test_2.scala:45: error: not enough arguments for macro method m2_2_2: (x: Int, y: Int)Unit.
Unspecified value parameter y.
  m2_2_2()(1)
          ^
Test_2.scala:47: error: too many arguments for macro method m2_2_2: (x: Int, y: Int)Unit
  m2_2_2()(1, 2, 3)
          ^
Test_2.scala:54: error: not enough arguments for macro method m2_1_inf: (x: Int, y: Int*)Unit.
Unspecified value parameters x, y.
  m2_1_inf()()
            ^
Test_2.scala:59: error: not enough arguments for macro method m2_2_inf: (x: Int, y: Int, z: Int*)Unit.
Unspecified value parameters x, y, z.
  m2_2_inf()()
            ^
Test_2.scala:60: error: not enough arguments for macro method m2_2_inf: (x: Int, y: Int, z: Int*)Unit.
Unspecified value parameters y, z.
  m2_2_inf()(1)
            ^
24 errors found