Skip to content

Instantly share code, notes, and snippets.

@itn3000
Created August 11, 2021 01:47
Show Gist options
  • Select an option

  • Save itn3000/670a0547dc8d21d9e85df311e516850d to your computer and use it in GitHub Desktop.

Select an option

Save itn3000/670a0547dc8d21d9e85df311e516850d to your computer and use it in GitHub Desktop.
memo about toplevel statements(Japanese)
  • 許可されるのは一つのファイルだけ(CS8802エラー)
  • 名前空間の宣言の後に文を書くとエラー(CS8803エラー)
  • クラス宣言の後に文を書くとエラー(CS8803エラー)
  • グローバル名前空間にProgramというクラスを生成するので、同名のクラスが存在するとエラー
    • partialを付けるとコンパイルが通る
  • メソッド宣言はOK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment