Skip to content

Commit ae34ac7

Browse files
committed
update skolem ids in check file
1 parent 59a23c7 commit ae34ac7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/files/neg/t6829.check

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,32 @@ t6829.scala:49: error: not found: value nextState
1717
^
1818
t6829.scala:50: error: type mismatch;
1919
found : s.type (with underlying type Any)
20-
required: _50.State where val _50: G
20+
required: _53.State where val _53: G
2121
val r = rewards(agent).r(s,a,s2)
2222
^
2323
t6829.scala:50: error: type mismatch;
2424
found : a.type (with underlying type Any)
25-
required: _50.Action where val _50: G
25+
required: _53.Action where val _53: G
2626
val r = rewards(agent).r(s,a,s2)
2727
^
2828
t6829.scala:50: error: type mismatch;
2929
found : s2.type (with underlying type Any)
30-
required: _50.State where val _50: G
30+
required: _53.State where val _53: G
3131
val r = rewards(agent).r(s,a,s2)
3232
^
3333
t6829.scala:51: error: type mismatch;
3434
found : s.type (with underlying type Any)
35-
required: _47.State
35+
required: _50.State
3636
agent.learn(s,a,s2,r): G#Agent
3737
^
3838
t6829.scala:51: error: type mismatch;
3939
found : a.type (with underlying type Any)
40-
required: _47.Action
40+
required: _50.Action
4141
agent.learn(s,a,s2,r): G#Agent
4242
^
4343
t6829.scala:51: error: type mismatch;
4444
found : s2.type (with underlying type Any)
45-
required: _47.State
45+
required: _50.State
4646
agent.learn(s,a,s2,r): G#Agent
4747
^
4848
t6829.scala:53: error: not found: value nextState

0 commit comments

Comments
 (0)