mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Fix fix for duplication attribute name errors
This commit is contained in:
parent
ee4c9575ae
commit
179a674b00
@ -4,6 +4,6 @@ def bob::bob() { this.z = 10 }
|
||||
attr bob2::z
|
||||
def bob2::bob2() { this.z = 12 }
|
||||
|
||||
var b = bob();
|
||||
var b2 = bob2();
|
||||
auto b = bob();
|
||||
auto b2 = bob2();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user