[FIR] Fix completion of synthetic call arguments
This commit is contained in:
Vendored
+1
-1
@@ -75,7 +75,7 @@ FILE: RedundantExplicitTypeChecker.kt
|
||||
public final fun test(boolean: R|kotlin/Boolean|): R|kotlin/Unit| {
|
||||
lval expectedLong: R|kotlin/Long| = when () {
|
||||
R|<local>/boolean| -> {
|
||||
Int(42)
|
||||
Long(42)
|
||||
}
|
||||
else -> {
|
||||
^test Unit
|
||||
|
||||
Reference in New Issue
Block a user