8f12db341e
- Remove whole file resolve - Take already resolved element - Get kotlin element behind the wrapper directly - Remove outdated isKotlinDeclaration method - More tests
5 lines
202 B
Kotlin
5 lines
202 B
Kotlin
fun ktTest() {
|
|
Test.<caret>foo("SomeTest")
|
|
}
|
|
|
|
//INFO: <b>public</b> <b>open</b> <b>fun</b> foo(param: jet.String?): jet.Array<jet.Any>? <i>defined in</i> Test<br/>Java declaration:<br/>Test... |