Skip to content

Commit 17e2f1c

Browse files
committed
more bsl
1 parent 7642629 commit 17e2f1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/fsharp/typecheck/sigs/neg01.bsl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

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+
24
neg01a.fsi(24,8,25,7): typecheck error FS0913: Types cannot contain nested type definitions
35

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+
48
neg01a.fs(22,8,23,7): typecheck error FS0913: Types cannot contain nested type definitions
59

610
neg01b.fs(2,13,2,14): typecheck error FS0039: The value, constructor, namespace or type 'X' is not defined.

0 commit comments

Comments
 (0)