enhanced compile_class_attr_list() with data table and binary search
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-07 21:46:41 +09:00
parent 86d9a137c8
commit 42009d3cce
8 changed files with 137 additions and 83 deletions

View File

@ -84,7 +84,7 @@ fun(#ci) fun1() { ##ERROR: syntax error - attribute list prohibited on plain fun
---
fun() () { ##ERROR: syntax error - attribute list prohibited on unamed function for 'fun'
fun() () { ##ERROR: syntax error - attribute list prohibited on unnamed function for 'fun'
}
---