FIR2IR: don't calculate signatures for callables when possible

This commit is contained in:
Mikhail Glukhikh
2022-06-29 13:29:35 +02:00
committed by Space
parent 45eb9238b3
commit bb0191b7d5
2 changed files with 30 additions and 10 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND_FIR: ANY
val <T : CharSequence> T.gk: () -> T
get() = { -> this }