4e98394c38
Now @sample links to FqName in IDE will be resolved correctly Cause now we resolve packages over all modules in project #KT-14710 fixed
7 lines
123 B
Kotlin
Vendored
7 lines
123 B
Kotlin
Vendored
package samples.notindir
|
|
|
|
object NotInDirSamples {
|
|
fun sssample() {
|
|
println("location is samplesTest/")
|
|
}
|
|
} |