Changed semantics of ImportInsertHelper.importDescriptor() - it does not check if we allowed to import it on reference shortening

This commit is contained in:
Valentin Kipyatkov
2015-10-18 11:13:56 +03:00
parent 1730069d5e
commit b62260180f
11 changed files with 28 additions and 22 deletions
@@ -0,0 +1,5 @@
package dependency
object MyObject {
fun someFun(){}
}