swift
6466a84d
- Fix `call` declaration serialization. (#24121)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
Fix `call` declaration serialization. (#24121) `CallDecl` must not reuse `FuncDecl` (de)serialization. Otherwise, they will be deserialized as `FuncDecl`s. Add cross-module test.
References
#24121 - Fix `call` declaration serialization.
Author
dan-zheng
Parents
7801101c
Loading