8f12db341e
- Remove whole file resolve - Take already resolved element - Get kotlin element behind the wrapper directly - Remove outdated isKotlinDeclaration method - More tests
3 lines
149 B
Kotlin
3 lines
149 B
Kotlin
fun some(<caret>f: (Int) -> String) : String? = null
|
|
|
|
//INFO: <b>value-parameter</b> <b>val</b> f: (jet.Int) → jet.String <i>defined in</i> some |