08831c0867
Otherwise, decompiled declarations with flexible types in them cannot be
properly resolved by the Analysis API
Examples of such declarations:
```kt
fun foo()/*: ImplicitTypeFromJava! */ = <some call to java code>
var bar/*: ImplicitTypeFromJava! */ = foo()
// set(value: ImplicitTypeFromJava!) { ... }
```
^KTIJ-24192 Fixed