Title: Generic parameter types are incorrectly inferred as { } · Issue #26809 · microsoft/TypeScript · GitHub
Open Graph Title: Generic parameter types are incorrectly inferred as { } · Issue #26809 · microsoft/TypeScript
X Title: Generic parameter types are incorrectly inferred as { } · Issue #26809 · microsoft/TypeScript
Description: TypeScript Version: 3.0.1, vscode 1.26.1 Search Terms: Code interface A
Open Graph Description: TypeScript Version: 3.0.1, vscode 1.26.1 Search Terms: Code interface A
X Description: TypeScript Version: 3.0.1, vscode 1.26.1 Search Terms: Code interface A<R> { a(): R } function some1<R>(a: A<R>): R { return null } function some2<R, D extends A<R>>(a...
Opengraph URL: https://github.com/microsoft/TypeScript/issues/26809
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Generic parameter types are incorrectly inferred as { }","articleBody":"\u003c!-- 🚨 STOP 🚨 𝗦𝗧𝗢𝗣 🚨 𝑺𝑻𝑶𝑷 🚨\r\n\r\nHalf of all issues filed here are duplicates, answered in the FAQ, or not appropriate for the bug tracker. Even if you think you've found a *bug*, please read the FAQ first, especially the Common \"Bugs\" That Aren't Bugs section!\r\n\r\nPlease help us by doing the following steps before logging an issue:\r\n * Search: https://github.com/Microsoft/TypeScript/search?type=Issues\r\n * Read the FAQ: https://github.com/Microsoft/TypeScript/wiki/FAQ\r\n\r\nPlease fill in the *entire* template below.\r\n--\u003e\r\n\r\n\u003c!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --\u003e\r\n**TypeScript Version:** 3.0.1, vscode 1.26.1\r\n\r\n\u003c!-- Search terms you tried before logging this (so others can find this issue more easily) --\u003e\r\n**Search Terms:**\r\n\r\n**Code**\r\n\r\n```ts\r\ninterface A\u003cR\u003e {\r\n a(): R\r\n}\r\n\r\nfunction some1\u003cR\u003e(a: A\u003cR\u003e): R {\r\n return null\r\n}\r\n\r\nfunction some2\u003cR, D extends A\u003cR\u003e\u003e(a: D): R {\r\n return null\r\n}\r\n\r\nlet out1 = some1({\r\n a() {\r\n return 'asd'\r\n }\r\n})\r\n\r\nlet out2 = some2({\r\n a() {\r\n return 'asd'\r\n }\r\n})\r\n```\r\n\r\n**Expected behavior:** out1: `string`, out2: `string`\r\n\r\n**Actual behavior:** out1: `string`, out2: `{}`\r\n\r\n[**Playground Link**](http://www.typescriptlang.org/play/index.html#src=interface%20A%3CR%3E%20%7B%0D%0A%20%20%20%20a()%3A%20R%0D%0A%7D%0D%0A%0D%0Afunction%20some1%3CR%3E(a%3A%20A%3CR%3E)%3A%20R%20%7B%0D%0A%20%20%20%20return%20null%0D%0A%7D%0D%0A%0D%0Afunction%20some2%3CR%2C%20D%20extends%20A%3CR%3E%3E(a%3A%20D)%3A%20R%20%7B%0D%0A%20%20%20%20return%20null%0D%0A%7D%0D%0A%0D%0Alet%20out1%20%3D%20some1(%7B%0D%0A%20%20%20%20a()%20%7B%0D%0A%20%20%20%20%20%20%20%20return%20'asd'%0D%0A%20%20%20%20%7D%0D%0A%7D)%0D%0A%0D%0Alet%20out2%20%3D%20some2(%7B%0D%0A%20%20%20%20a()%20%7B%0D%0A%20%20%20%20%20%20%20%20return%20'asd'%0D%0A%20%20%20%20%7D%0D%0A%7D)) \u003c!-- A link to a TypeScript Playground \"Share\" link which demonstrates this behavior --\u003e\r\n\r\n\u003c!-- **Related Issues:** Did you find other bugs that looked similar? --\u003e\r\n\u003c!-- **Related Issues:** \r\n[https://github.com/Microsoft/TypeScript/issues/26807](https://github.com/Microsoft/TypeScript/issues/26807)--\u003e","author":{"url":"https://github.com/2A5F","@type":"Person","name":"2A5F"},"datePublished":"2018-08-31T07:52:26.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/26809/TypeScript/issues/26809"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:64eb7cc1-c222-298c-e222-48a65c383090 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 975C:2F4309:31E7FC:49C512:6A61E697 |
| html-safe-nonce | c462b1bb5342111dca98a63b7aa8065181e7da0e70762ed4871037e074c4b0ac |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NzVDOjJGNDMwOTozMUU3RkM6NDlDNTEyOjZBNjFFNjk3IiwidmlzaXRvcl9pZCI6IjQ2NjkyMTEyNDAyMTY3ODI0ODciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 3fca601a6d6638cfccd8d19233756e41cb2ac622d9efb5802489a596fb6c3d11 |
| hovercard-subject-tag | issue:355876550 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/26809/issue_layout |
| twitter:image | https://opengraph.githubassets.com/ae93f19f3df67505454f43b79610327c51a66edf7296e97c09f06d441e539de9/microsoft/TypeScript/issues/26809 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/ae93f19f3df67505454f43b79610327c51a66edf7296e97c09f06d441e539de9/microsoft/TypeScript/issues/26809 |
| og:image:alt | TypeScript Version: 3.0.1, vscode 1.26.1 Search Terms: Code interface A |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | 2A5F |
| hostname | github.com |
| expected-hostname | github.com |
| None | b2de8c74e5e61e893155ba46ee41bc66170c1644cb795adefa8386d490f7781c |
| turbo-cache-control | no-preview |
| go-import | github.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git |
| octolytics-dimension-user_id | 6154722 |
| octolytics-dimension-user_login | microsoft |
| octolytics-dimension-repository_id | 20929025 |
| octolytics-dimension-repository_nwo | microsoft/TypeScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20929025 |
| octolytics-dimension-repository_network_root_nwo | microsoft/TypeScript |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | d1866027ded575df8a15c731dd8b9986c9483ceb |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width