Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: CHANGELOG.md

Issue 2532863002: Added CHANGELOG.md entry on syntax-only generic methods. (Closed)
Patch Set: Conciser Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32c31724e794a6aff9eb94fb46051efb34562c10..2e94c50b33ee454c6b03ca21f667b2927b8547ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
### Language
+* Support generic methods with erasure. Allow declaring method type
floitsch 2016/11/28 16:34:34 Support generic method syntax. The generic argumen
+ parameters, passing type arguments in invocations, and getting static
+ checks. Does not reify type arguments at runtime. For details, check the
+ [informal specification](https://gist.github.com/eernstg/4353d7b4f669745bed3a5423e04a453c).
* Don't warn about switch case fallthrough if the case ends in a `rethrow`
statement.
* Also don't warn if the entire switch case is wrapped in braces - as long as
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698