in progress removing the error target stuffs

This commit is contained in:
2025-10-15 00:03:56 +09:00
parent 702696da89
commit e99a4e700b
12 changed files with 159 additions and 191 deletions

View File

@ -95,7 +95,7 @@ t1 := (B:newA) ##ERROR: exception not handled - "unable to send newA to B - 'new
class B {
var x
if (x > 0) { ##ERROR: syntax error - prohibited access to instance variable - x
if (x > 0) { ##ERROR: syntax error - prohibited access to instance variable around 'x'
}
}