You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
report.warning("[Internal error] unexpected this value when accessing local variable, sym = "+ sym.show +", thisValue = "+ thisValue2.show +Trace.show, Trace.position)
944
935
Hot
@@ -1352,12 +1343,10 @@ object Semantic:
1352
1343
}
1353
1344
1354
1345
case closureDef(ddef) =>
1355
-
valrhs= ddef.getRhs
1356
-
Fun(rhs, thisV, klass)
1346
+
Fun(ddef.getRhs, thisV, klass)
1357
1347
1358
1348
casePolyFun(ddef) =>
1359
-
valrhs= ddef.getRhs
1360
-
Fun(rhs, thisV, klass)
1349
+
Fun(ddef.getRhs, thisV, klass)
1361
1350
1362
1351
caseBlock(stats, expr) =>
1363
1352
eval(stats, thisV, klass)
@@ -1409,8 +1398,7 @@ object Semantic:
1409
1398
1410
1399
casevdef : ValDef=>
1411
1400
<
8000
div class="diff-text-inner"> // local val definition
0 commit comments