/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Compilers/VisualBasic/Portable/BoundTree/BoundAwaitOperator.vb
17 строк
449 B
Julien Couvreur
Use non-void type for `BoundAwaitOperator` in VB statement (#67822)
25 апр 2023, 03:15
Не верифицирован
25 апр 2023, 03:15
1546e8e
Код
Авторство
О чём код?
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.VisualBasic Partial Friend Class BoundAwaitOperator #If DEBUG Then Private Sub Validate() Debug.Assert(Type.Equals(GetResult.Type)) End Sub #End If End Class End Namespace