Skip to content

Fix typos #15003

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

Merged
merged 1 commit into from
Apr 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val experimentalDefinitionInLibrary = Set(


//// New feature: Safe Exceptions
// Can be stabilized when safe exeptions language feature is stabilized.
// Can be stabilized when safe exceptions language feature is stabilized.
"scala.CanThrow",
"scala.unsafeExceptions", "scala.unsafeExceptions$",
"scala.runtime.$throws$package$.$throws",
Expand Down Expand Up @@ -102,7 +102,7 @@ val experimentalDefinitionInLibrary = Set(
|Found @experimental definition in library not listed:
|${missingFromList.toSeq.sorted.mkString("\n")}
|
|If added new experimental defintions to the library, add them to the list in tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
|If added new experimental definitions to the library, add them to the list in tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala
|
|Test only: sbt "scala3-bootstrapped/testCompilation tests/run-custom-args/tasty-inspector/stdlibExperimentalDefinitions.scala"
|""".stripMargin
Expand Down