- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of about 10,000 for test (0.24 sec)
-
SIP-57 - Replace non-sensical @unchecked annota...
/new/test.scala:6:16 ---------- 6 | val...B.scala package example @main def Test = val xs = List [ Any ]( 1 ,...docs.scala-lang.org/sips/replace-nonsensical-unchecked-annotation.htmlRegistered: Fri Nov 15 04:40:37 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 52.3K bytes - Viewed (0) -
SIP-46 - Scala CLI as default Scala command | S...
while running tests --require-tests : Fail if no test suites were...fmt: Format Scala code test: Compile and test Scala code version:...docs.scala-lang.org/sips/scala-cli.htmlRegistered: Fri Nov 15 04:39:50 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 119.3K bytes - Viewed (0) -
Dropped: Symbol Literals
Example: scalac Test.scala -- Error: Test.scala:1:25 ----------...---------- 1 |@main def test = println('abc) | ^ | symbol literal 'abc...docs.scala-lang.org/scala3/reference/dropped-features/symlits.htmlRegistered: Fri Nov 15 04:34:00 UTC 2024 - Last Modified: Wed Aug 21 12:53:02 UTC 2024 - 24.8K bytes - Viewed (0) -
Dependent Function Types - More Details
M @main def test = val c = new C { type M = Int;...=> compose(f)(g)(x) @main def test = val i2s = new I2S val s2i...docs.scala-lang.org/scala3/reference/new-types/dependent-function-types-spec.htmlRegistered: Fri Nov 15 05:10:44 UTC 2024 - Last Modified: Wed Aug 21 12:53:02 UTC 2024 - 32.5K bytes - Viewed (0) -
Companion Objects | Scala Book | Scala Document...
None When running tests like this, it’s best to clear the REPL’s...Person p . name = name p } } To test this code, paste both the class...docs.scala-lang.org/overviews/scala-book/companion-objects.htmlRegistered: Fri Nov 15 03:49:00 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 81.8K bytes - Viewed (0) -
Hygiene | Quasiquotes | Scala Documentation
// ---- Test.scala ---- package example object Test extends App...expansion, Test.scala will look like: // Expanded Test.scala package...docs.scala-lang.org/overviews/quasiquotes/hygiene.htmlRegistered: Fri Nov 15 03:40:00 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 47.1K bytes - Viewed (0) -
Contribute to Scala 3 | Contributing to Scala's...
improving documentation and testing. If you have any questions,...2 Hacker's Guide Running the Test Suite Contribute to Scala 3...docs.scala-lang.org/contribute/scala3.htmlRegistered: Fri Nov 15 03:48:15 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 40.1K bytes - Viewed (0) -
CanThrow Capabilities
> scala test 1 2 3 14.0 > scala test 0.0 > scala test 1 2 3 100000000000...catches LimitExceeded : @main def test(xs: Double*) = try println(xs.map(f).sum)...docs.scala-lang.org/scala3/reference/experimental/canthrow.htmlRegistered: Fri Nov 15 04:33:29 UTC 2024 - Last Modified: Wed Aug 21 12:53:02 UTC 2024 - 56.2K bytes - Viewed (0) -
Futures — Python 3.13.0 documentation
( isfuture() is used for the test.) a Task object wrapping obj...iscoroutine() is used for the test); in this case the coroutine...docs.python.org/3/library/asyncio-future.htmlRegistered: Fri Nov 15 03:36:39 UTC 2024 - Last Modified: Fri Nov 15 00:19:05 UTC 2024 - 45.7K bytes - Viewed (0) -
Trait Iterable | Collections (Scala 2.8 - 2.12)...
Comparison: xs sameElements ys A test whether xs and ys contain the...sets, apply is a membership test. For instance, Set('a', 'b',...docs.scala-lang.org/overviews/collections/trait-iterable.htmlRegistered: Fri Nov 15 03:42:22 UTC 2024 - Last Modified: Wed Nov 13 18:53:39 UTC 2024 - 49.5K bytes - Viewed (0)