d16454b9af
parameters. This was causing exceptions with analysis API trying to resolve the synthetic FirValueParameter because it could not find a KtDeclaration for it. Using BODY_RESOLVE should be safe; the SAM constructor function is also on BODY_RESOLVE and the type of the value parameter is known.
3 lines
59 B
Kotlin
Vendored
3 lines
59 B
Kotlin
Vendored
val c = java.util.<caret>Comparator {x: Int, y: Int -> 1}
|
|
|