Skip to content

Commit 7a7e9bc

Browse files
committed
fix
1 parent 4b61787 commit 7a7e9bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Compiler/Symbols/FSharpDiagnostic.fsi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ type public DiagnosticContextInfo =
4545

4646
/// Contextually-relevant data to each particular diagnostic
4747
[<Interface; Experimental("This FCS API is experimental and subject to change.")>]
48-
type public IFSharpDiagnosticExtendedData = interface end
48+
type public IFSharpDiagnosticExtendedData =
49+
interface
50+
end
4951

5052
/// Additional data for type-mismatch-like (usually with ErrorNumber = 1) diagnostics
5153
[<Class; Experimental("This FCS API is experimental and subject to change.")>]

0 commit comments

Comments
 (0)