Control-Flow Analysis: Use PSI to generate pseudocode if nested resolved call is confused with outer one (e.g. a {} when invoke() is missing)
#KT-14500 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class A
|
||||
|
||||
fun test(a: A) {
|
||||
a { }
|
||||
}
|
||||
Reference in New Issue
Block a user