KT-14710 Sample references aren't resolved in IDE

#KT-14710 fixed
This commit is contained in:
Simon Ogorodnik
2017-01-17 18:18:31 +03:00
committed by Simon Ogorodnik
parent cd73d17bd4
commit bf3d4471cd
8 changed files with 232 additions and 29 deletions
@@ -0,0 +1,5 @@
package samples
fun sample() {
println("Hello, world")
}