mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 08:46:53 +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
|
attr bob2::z
|
||||||
def bob2::bob2() { this.z = 12 }
|
def bob2::bob2() { this.z = 12 }
|
||||||
|
|
||||||
var b = bob();
|
auto b = bob();
|
||||||
var b2 = bob2();
|
auto b2 = bob2();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user