空 F# fsx 文件出错,VS2013

Error on empty F# fsx file , VS2013

在我的 F# 项目的一个空 *.fsx 文件中,我收到错误:

Invalid namespace, module, type or union case name

我以前从来没有遇到过这个问题,哪里出了问题?我该如何解决这个问题?

要解决此问题:

  • 或者 更改文件名(+ 不行)
  • 在顶部添加一个module ...module ``merge Kiron and JSON``即可)