We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d28d94 + 4902a68 commit c01d596Copy full SHA for c01d596
compiler/test-resources/repl/reset-command
@@ -12,4 +12,17 @@ scala> def f(thread: Thread) = thread.stop()
12
|method stop in class Thread is deprecated since : see corresponding Javadoc for more information.
13
def f(thread: Thread): Unit
14
15
-scala>
+scala> def resetNoArgsStillWorks = 1
16
+def resetNoArgsStillWorks: Int
17
+
18
+scala>:reset
19
20
+scala> resetNoArgsStillWorks
21
+-- [E006] Not Found Error: -----------------------------------------------------
22
+1 | resetNoArgsStillWorks
23
+ | ^^^^^^^^^^^^^^^^^^^^^
24
+ | Not found: resetNoArgsStillWorks
25
+longer explanation available when compiling with `-explain`
26
+1 error found
27
28
+scala>:settings "-Dfoo=bar baz"
0 commit comments