Try to avoid loading ast for decompiled files (KT-14804)

#KT-14804 Fixed
This commit is contained in:
Nikolay Krasko
2016-11-23 21:59:44 +03:00
parent 68df8c55e7
commit b816c182f0
7 changed files with 113 additions and 16 deletions
+10
View File
@@ -0,0 +1,10 @@
package test
import dependency.*
fun foo() {
t<caret>est("")
}
// ALLOW_AST_ACCESS
// REF: (dependency).test(kotlin.String)