Try to avoid loading ast for decompiled files (KT-14804)
#KT-14804 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
import dependency.*
|
||||
|
||||
fun foo() {
|
||||
t<caret>est("")
|
||||
}
|
||||
|
||||
// ALLOW_AST_ACCESS
|
||||
// REF: (dependency).test(kotlin.String)
|
||||
Reference in New Issue
Block a user