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
@@ -0,0 +1,7 @@
package dependency
fun test(a: Int) {
}
fun test(a: String) {
}