Skip to content

Commit 902beca

Browse files
authored
VB Test
1 parent 55094d3 commit 902beca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/NetAnalyzers/UnitTests/Microsoft.CodeQuality.Analyzers/QualityGuidelines/MarkMembersAsStaticTests.cs

+6
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,12 @@ End Sub
396396
Public Sub SomeNotSupportedMethod()
397397
Throw New System.NotSupportedException()
398398
End Sub
399+
400+
Default Public ReadOnly Property Item(x As Integer) As Integer
401+
Get
402+
Return 42
403+
End Get
404+
End Property
399405
End Class
400406
401407
Public Class Generic(Of T)

0 commit comments

Comments
 (0)