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