a65f0d3b2a
Fix extensions and types completion completion in code fragments in context of library source files Also affects completion in files not in our project (not tested)
8 lines
107 B
Kotlin
8 lines
107 B
Kotlin
package customLibrary
|
|
|
|
public fun foo(parameter: Int): Int {
|
|
return 1
|
|
}
|
|
|
|
private fun Int.extOnInt() {
|
|
} |