Skip to content

Commit 1701009

Browse files
REPL: make context switch global typed (JuliaLang#52800)
Followup JuliaLang#52670
1 parent 0afa354 commit 1701009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/src/LineEdit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ end
14771477

14781478
current_word_with_dots(s::MIState) = current_word_with_dots(buffer(s))
14791479

1480-
previous_active_module = Main
1480+
previous_active_module::Module = Main
14811481

14821482
function activate_module(s::MIState)
14831483
word = current_word_with_dots(s);

0 commit comments

Comments
 (0)