-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Whenever the receiver of a method has type ~C, the signature of the method is shown twice. This diff suggests a fix Reviewed By: mheiber Differential Revision: D69860562 fbshipit-source-id: ad32581f0dcb17534a49ca8e95b07049d09b3b07
- Loading branch information
1 parent
bc72b76
commit 1f138ef
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
// Defined in FooParent | ||
public function bar(): void | ||
------------- | ||
function bar(): void |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
// Defined in C | ||
public function f(): void | ||
------------- | ||
function f(): void |