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 2f78622 commit 8cd74a6Copy full SHA for 8cd74a6
Tests/TestData/SelfVerifyingTests/VBToCS/InheritanceTests.vb
@@ -48,7 +48,7 @@ Module Program
48
Dim nonVirtualMethodGood2 = Me.F2() = 2
49
Dim sharedMethodGood1 = MyClass.F3() = 3
50
Dim sharedMethodGood2 = A.F3() = 3
51
- Dim interfaceMethodGood = CType(Me, IA).F4() = 11
+ Dim interfaceMethodGood = CType(Me, IA).F4() = 44
52
53
Dim virtualPropertyGood1 = MyClass.P1 = 1
54
Dim virtualPropertyGood2 = Me.P1 = 11
0 commit comments