You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let``Unused warning should still produce after parse warning`` useTransparentCompiler =
968
+
969
+
// There should be parse warning because of the space in the file name:
970
+
// warning FS0221: The declarations in this file will be placed in an implicit module 'As 01' based on the file name 'As 01.fs'.
971
+
// However this is not a valid F# identifier, so the contents will not be accessible from other files. Consider renaming the file or adding a 'module' or 'namespace' declaration at the top of the file.
972
+
973
+
letproject=
974
+
{ SyntheticProject.Create(
975
+
{ sourceFile "As 01"[]with
976
+
Source ="""
977
+
do
978
+
let _ as b = ()
979
+
()
980
+
981
+
// For more information see https://aka.ms/fsharp-console-apps
0 commit comments