a124827c4e
#KT-5611 Fixed
10 lines
196 B
Kotlin
Vendored
10 lines
196 B
Kotlin
Vendored
// "Import" "true"
|
|
// ERROR: Unresolved reference: someFun
|
|
package testingExtensionFunctionsImport
|
|
|
|
import testingExtensionFunctionsImport.data.someFun
|
|
|
|
fun String.some() {
|
|
<caret>someFun()
|
|
}
|