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.
6 lines
82 B
Kotlin
Vendored
6 lines
82 B
Kotlin
Vendored
package functionWithBodyExpression
|
|
|
|
fun main() {
|
|
//Breakpoint!
|
|
val a = 5
|
|
} |