A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scala-lang.org/api/3.x/scala/compiletime/testing.html below:

scala.compiletime.testing

Members list

Represents a compile-time error.

Represents a compile-time error.

Attributes
See also

scala.compiletime.testing.typeCheckErrors IMPORTANT: No stability guarantees are provided on the format of these errors. This means the format and the API may change from version to version. This API is to be used for testing purposes only.

Source
Error.scala
Supertypes

An error can be either a parse-time or a typecheck-time

An error can be either a parse-time or a typecheck-time

Attributes
Companion
object
Source
ErrorKind.scala
Supertypes
Known subtypes

Whether the code type checks in the current context? If not, returns a list of errors encountered on compilation. IMPORTANT: No stability guarantees are provided on the format of these errors. This means the format and the API may change from version to version. This API is to be used for testing purposes only.

Whether the code type checks in the current context? If not, returns a list of errors encountered on compilation. IMPORTANT: No stability guarantees are provided on the format of these errors. This means the format and the API may change from version to version. This API is to be used for testing purposes only.

An inline definition with a call to typeCheckErrors should be transparent.

Value parameters
code

The code to be type checked

Attributes
Returns

a list of errors encountered during parsing and typechecking. The code should be a sequence of expressions or statements that may appear in a block.

Source
package.scala

Whether the code type checks in the current context?

Whether the code type checks in the current context?

An inline definition with a call to typeChecks should be transparent.

Value parameters
code

The code to be type checked

Attributes
Returns

false if the code has syntax error or type error in the current context, otherwise returns true. The code should be a sequence of expressions or statements that may appear in a block.

Source
package.scala

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4