We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04946d2 commit 4902a68Copy full SHA for 4902a68
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