Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

override キーワードを外した時のコンパイルエラーメッセージ例がない #983

Closed
rinotc opened this issue Aug 1, 2022 · 2 comments
Assignees

Comments

@rinotc
Copy link
Contributor

rinotc commented Aug 1, 2022

ここでoverrideキーワードをはずすと、次のようにメッセージを出力して、コンパイルエラーになります。

の部分の「次のようにエラーメッセージ」のエラーメッセージがないな 🤔

Originally posted by @rinotc in #981 (comment)

概要

以下の部分でコンパイルエラーメッセージ例があるように示唆される文章があるが、ない。

scala_text/src/class.md

Lines 213 to 221 in 19e9a87

ここで`override`キーワードをはずすと、次のようにメッセージを出力して、**コンパイルエラー**になります。
```scala
class BPrinter() extends APrinter {
def print(): Unit = {
println("B")
}
}
```

@xuwei-k
Copy link
Contributor

xuwei-k commented Aug 1, 2022

@kmizu
Copy link
Contributor

kmizu commented Aug 15, 2022

@xuwei-k mdocの改善関係は時間かかりそうなので、いったんメッセージ例埋め込んじゃおうと思います( @rinotc さんにアサインしました)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants