We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae9226 commit 88b5fedCopy full SHA for 88b5fed
Tests/CSharp/TypeCastTests.cs
@@ -415,9 +415,7 @@ public static T ToGenericParameter<T>(object Value)
415
public async Task ObjectComparisonIsConvertedToBoolRatherThanLateBoundAsync()
416
{
417
await TestConversionVisualBasicToCSharpAsync(
418
- @"Imports System
419
-
420
-Public Class CopiedFromTheSelfVerifyingBooleanTests
+ @"Public Class CopiedFromTheSelfVerifyingBooleanTests
421
Public Sub VisualBasicEqualityOfNormalObjectsNotSubjectToSpecialStringConversionRules()
422
Dim a1 As Object = 3
423
Dim a2 As Object = 3
0 commit comments