File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ open FSharp.Compiler.AccessibilityLogic
1515open FSharp.Compiler .AttributeChecking
1616open FSharp.Compiler .CheckComputationExpressions
1717open FSharp.Compiler .CheckExpressions
18+ open FSharp.Compiler .CheckIncrementalClasses
1819open FSharp.Compiler .CheckPatterns
1920open FSharp.Compiler .CompilerGlobalState
2021open FSharp.Compiler .ConstraintSolver
@@ -40,8 +41,6 @@ open FSharp.Compiler.TypeRelations
4041
4142#if ! NO_ TYPEPROVIDERS
4243open FSharp.Compiler .TypeProviders
43- open CheckIncrementalClasses
44-
4544#endif
4645
4746type cenv = TcFileState
Original file line number Diff line number Diff line change 1- module internal CheckIncrementalClasses
1+ module internal FSharp.Compiler. CheckIncrementalClasses
22
33open Internal.Utilities .Collections
44open FSharp.Compiler .CheckExpressions
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ open FSharp.Compiler
1717open FSharp.Compiler .AttributeChecking
1818open FSharp.Compiler .CheckExpressions
1919open FSharp.Compiler .CheckDeclarations
20+ open FSharp.Compiler .CheckIncrementalClasses
2021open FSharp.Compiler .CompilerConfig
2122open FSharp.Compiler .CompilerImports
2223open FSharp.Compiler .ConstraintSolver
You can’t perform that action at this time.
0 commit comments