Extract Function: Do not suggest "unit" as function name
#KT-6402 Fixed
This commit is contained in:
@@ -6,11 +6,11 @@ fun foo() = 1
|
||||
// SIBLING:
|
||||
class MyClass {
|
||||
fun test() {
|
||||
unit()
|
||||
__dummyTestFun__()
|
||||
}
|
||||
}
|
||||
|
||||
private fun unit() {
|
||||
private fun __dummyTestFun__() {
|
||||
foo()
|
||||
a
|
||||
}
|
||||
Reference in New Issue
Block a user