swift
6466a84d - Fix `call` declaration serialization. (#24121)

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.
Author
Parents
Loading