-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIR] Revert
inner
modifier from typealias in incremental test-data
It was advised by aleksei.cherepanov@jetbrains.com some time ago, and this modifier is not needed because RHS doesn't have outer type parameters (top-level type aliases with inner RHS are supported). Also, it simplifies nested typealias bug-fixing because `inner` typealias is not going to be supported in the nearest future.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 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