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 f835b5f commit 7ee01f1Copy full SHA for 7ee01f1
tests/fsharp/core/longnames/test.fsx
@@ -511,6 +511,27 @@ module rec Ok10 =
511
module A =
512
let create() = 1
513
514
+module Ok11 =
515
+
516
+ type A = int
517
518
+ module A =
519
+ let create() = 1
520
521
+module Ok12 =
522
523
+ type A = A
524
525
526
527
528
+module Ok13 =
529
530
+ type A = A of string
531
532
533
534
535
let aa =
536
if !failures then (stdout.WriteLine "Test Failed"; exit 1)
537
0 commit comments