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 4b61787 commit 7a7e9bcCopy full SHA for 7a7e9bc
src/Compiler/Symbols/FSharpDiagnostic.fsi
@@ -45,7 +45,9 @@ type public DiagnosticContextInfo =
45
46
/// Contextually-relevant data to each particular diagnostic
47
[<Interface; Experimental("This FCS API is experimental and subject to change.")>]
48
-type public IFSharpDiagnosticExtendedData = interface end
+type public IFSharpDiagnosticExtendedData =
49
+ interface
50
+ end
51
52
/// Additional data for type-mismatch-like (usually with ErrorNumber = 1) diagnostics
53
[<Class; Experimental("This FCS API is experimental and subject to change.")>]
0 commit comments