swift
9e70c57f
- AST: Change TypeBase::addCurriedSelfType() to use the self type not declared type
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
6 years ago
AST: Change TypeBase::addCurriedSelfType() to use the self type not declared type In a protocol, the overload signature type of a property is (Self) -> (), not (Proto) -> ().
References
#21748 - Code completion fixes [5.0 01/07]
Author
slavapestov
Committer
slavapestov
Parents
d0f02be8
Files
2
lib/AST
Type.cpp
test/IDE
complete_value_expr.swift
Loading