mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
...and add a test for this. Also, fix a cursor invalidation bug for TypeAliasDecl deserialization. Swift SVN r6079
5 lines
101 B
Swift
5 lines
101 B
Swift
import alias
|
|
|
|
func numeric(x : MyInt64) -> () {}
|
|
func conditional(x : AliasWrapper.Boolean) -> () {}
|