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 7c9b3af commit f835b5fCopy full SHA for f835b5f
tests/fsharp/core/longnames/test.fsx
@@ -488,6 +488,29 @@ module rec Ok8 =
488
let create() = 1
489
490
491
+module Ok9 =
492
+
493
+ type A() =
494
+ member x.P = 1
495
496
+ type A<'T>() =
497
498
499
+ module A =
500
+ let create() = 1
501
502
503
+module rec Ok10 =
504
505
506
507
508
509
510
511
512
513
514
let aa =
515
if !failures then (stdout.WriteLine "Test Failed"; exit 1)
516
0 commit comments