vsl-lang/VSL

Internal linkage

Closed this issue · 1 comments

internal declarations should be expanded to allow for linkage:

Current:

public func add(a: Int, b: Int) internal

Desired:

public func add(a: Int, b: Int) internal(add)

I finished this but no idea what commit