Skip to content

Commit

Permalink
Merge pull request #696 from cloudRoutine/access-fix
Browse files Browse the repository at this point in the history
SemanticClassificationType should not be internal
  • Loading branch information
dsyme authored Feb 13, 2017
2 parents a0d1cbd + f83c16d commit c28509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsharp/vs/service.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ type FSharpSymbolUse =
member RangeAlternate: range

[<RequireQualifiedAccess>]
type internal SemanticClassificationType =
type (*internal*) SemanticClassificationType =
| ReferenceType
| ValueType
| UnionCase
Expand Down

0 comments on commit c28509d

Please sign in to comment.