Skip to content

Commit c28509d

Browse files
authored
Merge pull request #696 from cloudRoutine/access-fix
SemanticClassificationType should not be internal
2 parents a0d1cbd + f83c16d commit c28509d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fsharp/vs/service.fsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ type FSharpSymbolUse =
157157
member RangeAlternate: range
158158

159159
[<RequireQualifiedAccess>]
160-
type internal SemanticClassificationType =
160+
type (*internal*) SemanticClassificationType =
161161
| ReferenceType
162162
| ValueType
163163
| UnionCase

0 commit comments

Comments
 (0)