[AA K2] implement symbol pointers for value parameters
^KT-54311
This commit is contained in:
committed by
Space Team
parent
043e3e6840
commit
202a022b49
+2
-1
@@ -1,4 +1,5 @@
|
||||
// DO_NOT_CHECK_SYMBOL_RESTORE
|
||||
// DO_NOT_CHECK_SYMBOL_RESTORE_K1
|
||||
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE
|
||||
|
||||
inline fun <T, R> T.use(block: (T) -> R): R {
|
||||
return block(this)
|
||||
|
||||
Reference in New Issue
Block a user