Fixed bug with importing some of SAM-constructors and factory functions

#KT-3449 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-02-09 21:24:49 +03:00
parent 2c5953dbe6
commit 546836d5dd
11 changed files with 94 additions and 3 deletions
@@ -0,0 +1,6 @@
// "Import" "true"
// ERROR: Unresolved reference: XXX
fun f() {
<caret>XXX { 1 }
}