Try to avoid loading ast for decompiled files (KT-14804)
#KT-14804 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package dependency
|
||||
|
||||
fun test(a: Int) {
|
||||
}
|
||||
|
||||
fun test(a: String) {
|
||||
}
|
||||
Reference in New Issue
Block a user