Extract Function: Do not suggest "unit" as function name
#KT-6402 Fixed
This commit is contained in:
@@ -4,10 +4,10 @@ package p
|
||||
object O {
|
||||
val a = 1
|
||||
fun test() {
|
||||
unit()
|
||||
__dummyTestFun__()
|
||||
}
|
||||
}
|
||||
|
||||
private fun unit() {
|
||||
private fun __dummyTestFun__() {
|
||||
O.a
|
||||
}
|
||||
Reference in New Issue
Block a user