vsl-lang/VSL

Methods not mangled

Closed this issue · 1 comments

Currently if I have a function within a class:

class A {
    func f(a: T) internal(g)
}

this function is not mangled. However it is once it is moved out of the class's scope. Occurs in #19 atm, potentially by 5492c9e

Fixed in #27 by bafbea1