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 7642629 commit 17e2f1cCopy full SHA for 17e2f1c
tests/fsharp/typecheck/sigs/neg01.bsl
@@ -1,6 +1,10 @@
1
2
+neg01a.fsi(24,15,24,19): parse error FS0058: Nested type definitions are not allowed. Types must be defined at module or namespace level.
3
+
4
neg01a.fsi(24,8,25,7): typecheck error FS0913: Types cannot contain nested type definitions
5
6
+neg01a.fs(22,15,22,19): parse error FS0058: Nested type definitions are not allowed. Types must be defined at module or namespace level.
7
8
neg01a.fs(22,8,23,7): typecheck error FS0913: Types cannot contain nested type definitions
9
10
neg01b.fs(2,13,2,14): typecheck error FS0039: The value, constructor, namespace or type 'X' is not defined.
0 commit comments