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
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
package samplez.a.b.c
|
|
|
|
object Samplez {
|
|
fun sssample() {
|
|
println("samplez")
|
|
}
|
|
} |