Name Suggester: Allow any Kotlin identifier in suggested names
#KT-10332 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo(): Int.(Int, Int) -> Int = { 1 }
|
||||
|
||||
fun test() {
|
||||
<selection>foo()</selection>
|
||||
}
|
||||
|
||||
/*
|
||||
foo
|
||||
function
|
||||
*/
|
||||
Reference in New Issue
Block a user