[LL FIR] AbstractInBlockModificationTest: add more tests
^KT-60518
This commit is contained in:
committed by
Space Team
parent
f0d8a1cbe9
commit
5f24ad114c
+7
@@ -0,0 +1,7 @@
|
||||
class MyProducer {
|
||||
fun produce(): Int = 4
|
||||
}
|
||||
|
||||
fun MyProducer.testFun(param1: Int = <expr>produce</expr>()) {
|
||||
42
|
||||
}
|
||||
Reference in New Issue
Block a user