Fix Sample reference to resolve cross-module packages correctly

Now @sample links to FqName in IDE will be resolved correctly
 Cause now we resolve packages over all modules in project
 #KT-14710 fixed
This commit is contained in:
Simon Ogorodnik
2017-03-02 17:48:25 +03:00
parent 688802de51
commit 4e98394c38
10 changed files with 114 additions and 9 deletions
@@ -0,0 +1,7 @@
package samples.notindir
object NotInDirSamples {
fun sssample() {
println("location is samplesTest/")
}
}