KT-64832 [FIR] Add more testData for invoke on local variables
Covers: - suspend functional local variables - overloads - custom types with invoke operator
This commit is contained in:
committed by
Space Team
parent
2c90f1327d
commit
0cad4c9632
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
val ext: String.(Int) -> Unit
|
||||
|
||||
val usedReceiver = "foo"
|
||||
|
||||
val <!UNUSED_VARIABLE!>unusedReceiver<!> = "bar"
|
||||
|
||||
usedReceiver.ext(10)
|
||||
}
|
||||
Reference in New Issue
Block a user