File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010//// }
1111
1212goTo . select ( "start" , "end" ) ;
13- verify . not . refactorAvailable ( "Extract Symbol" , "function_scope_0" ) ;
13+ verify . refactorAvailable ( "Extract Symbol" , "function_scope_0" ) ;
1414verify . refactorAvailable ( "Extract Symbol" , "function_scope_1" ) ;
1515
1616goTo . select ( "start" , "end" ) ;
Original file line number Diff line number Diff line change 1212
1313goTo . select ( "start" , "end" ) ;
1414// cannot extract it to method, reason: Cannot extract method to a function-like scope that is not a function
15- verify . not . refactorAvailable ( "Extract Symbol" , "function_scope_1" ) ;
15+ verify . refactorAvailable ( "Extract Symbol" , "function_scope_1" ) ;
1616verify . not . refactorAvailable ( "Extract Symbol" , "function_scope_2" ) ;
1717verify . refactorAvailable ( "Extract Symbol" , "function_scope_3" ) ;
1818
You can’t perform that action at this time.
0 commit comments