Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Неправильно отображает тип элементов последовательности при преобразовании ее элементов в System.Nullable<T> #821

Closed
VladislavMoldovan opened this issue May 9, 2018 · 2 comments

Comments

@VladislavMoldovan
Copy link

VladislavMoldovan commented May 9, 2018

begin
 var S := Arr(1, 2, 3).Select(x -> new System.Nullable<integer>(x));
end.

Отображает: sequence of integer, но ожидалось: sequence of System.Nullable<integer>.
nullablesequenceintellisenceerror

@VladislavMoldovan VladislavMoldovan changed the title Неправильно отображает тип элементов последовательности Неправильно отображает тип элементов последовательности при преобразовании ее элементов в System.Nullable<T> May 9, 2018
@SunSerega
Copy link
Contributor

По моему это очередной (третий) дубль #486... Ну, на это все по 1 разу ловятся)))

@ibond84
Copy link
Contributor

ibond84 commented May 12, 2018

дубль

@ibond84 ibond84 closed this as completed May 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants