Ömer Sinan Ağacan
5fd1ebe50f
Fix panic in 'remove semicolon' when types are not local
...
It's not possible to check if removing a semicolon fixes the type error
when checking match arms and one or both of the last arm's and the
current arm's return types are imported "opaque" types. In these cases
we don't generate a "consider removing semicolon" suggestions.
Fixes #81839
2021-02-18 16:43:42 +03:00
..
2021-02-14 18:03:11 +03:00
2021-02-15 16:07:00 +01:00
2021-02-14 22:26:21 +00:00
2021-02-16 22:14:32 +00:00
2021-02-03 06:00:43 +00:00
2021-02-16 00:31:11 +01:00
2021-02-05 00:00:00 +00:00
2021-02-16 00:31:11 +01:00
2021-02-15 19:24:58 +01:00
2021-02-17 20:37:57 +01:00
2021-02-17 23:51:17 +01:00
2021-02-15 12:11:59 +00:00
2021-02-17 20:38:01 +01:00
2021-02-17 18:08:30 +01:00
2021-02-07 14:54:22 -08:00
2021-02-17 23:51:16 +01:00
2021-02-07 20:08:45 +03:00
2021-02-18 04:22:16 +00:00
2021-02-16 22:14:32 +00:00
2021-02-15 19:36:12 +01:00
2021-02-07 08:09:58 +00:00
2021-02-18 15:57:33 +09:00
2021-02-15 19:32:30 +01:00
2021-02-17 20:37:48 +01:00
2021-02-07 14:54:20 -08:00
2021-02-07 23:48:58 -08:00
2021-02-08 17:20:41 -05:00
2021-02-16 22:14:32 +00:00
2021-02-18 07:22:30 +00:00
2021-02-18 15:57:33 +09:00
2021-02-15 00:00:00 +00:00
2021-02-15 12:07:54 -06:00
2021-02-06 15:01:07 +00:00
2021-02-15 19:36:12 +01:00
2021-02-15 19:32:10 +01:00
2021-02-18 10:13:36 +00:00
2021-02-16 00:00:00 +00:00
2021-02-16 22:14:32 +00:00
2021-02-15 19:32:29 +01:00
2021-02-14 18:03:11 +03:00
2021-02-16 19:17:01 -08:00
2021-02-18 04:22:16 +00:00
2021-02-15 19:36:12 +01:00
2021-02-16 16:34:32 -08:00
2021-02-18 07:22:30 +00:00
2021-02-14 16:54:52 +01:00
2021-02-18 04:22:16 +00:00
2021-02-18 16:43:42 +03:00