-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #1094: Recent master changes merged into pre-nnbd branch, missi…
…ng Iuuse tags added,test corrected (Language/Generics).
- Loading branch information
Showing
9 changed files
with
80 additions
and
14 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
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
/// compile-time error. | ||
/// @description Checks that compile error is not thrown when function alias with | ||
/// well bounded type parameter is declared | ||
/// @Issue 46483 | ||
/// @author [email protected] | ||
|
||
|
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
/// compile-time error. | ||
/// @description Checks that compile error is thrown when function alias with | ||
/// type parameters which are not bounded well. | ||
/// @Issue 46483 | ||
/// @author [email protected] | ||
|
||
|
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
/// compile-time error. | ||
/// @description Checks that compile error is thrown when function alias with | ||
/// type parameters which are not bounded well. | ||
/// @Issue 46483 | ||
/// @author [email protected] | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
/// type id<T1, . . . , Tl> in a location where [id] denotes [D]. ... It is a | ||
/// compile-time error if [U] is not well-bounded | ||
/// @description Checks that compile error is thrown if [U] is not well-bounded. | ||
/// @Issue 36959 | ||
/// @Issue 36959, 46483 | ||
/// @author [email protected] | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
/// type id<T1, . . . , Tl> in a location where [id] denotes [D]. ... It is a | ||
/// compile-time error if [U] is not well-bounded | ||
/// @description Checks that compile error is thrown if [U] is not well-bounded. | ||
/// @Issue 36959 | ||
/// @Issue 36959, 46483 | ||
/// @author [email protected] | ||
|
||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
/// type id<T1, . . . , Tl> in a location where [id] denotes [D]. ... It is a | ||
/// compile-time error if [U] is not well-bounded | ||
/// @description Checks that compile error is thrown if [U] is not well-bounded. | ||
/// @Issue 36959 | ||
/// @Issue 36959, 46483 | ||
/// @author [email protected] | ||
|
||
|