87e0a2d98c
Before this commit, the substituted FunctionDescriptor didn't have a source element. As a result, 'CodeFragmentParameterAnalyzer.isCodeFragmentDeclaration' failed to recognize such a descriptor as fragment-local, and it was erroneously captured.
4 lines
57 B
Plaintext
Vendored
4 lines
57 B
Plaintext
Vendored
fun f2() = "f2"
|
|
f2()
|
|
|
|
// RESULT: "f2": Ljava/lang/String; |