JVM: do not assume that methods have body in BridgeLowering

They don't have bodies in the kapt stub generation mode.

 #KT-58787 Fixed
This commit is contained in:
Alexander Udalov
2023-05-24 15:26:13 +02:00
committed by Space Team
parent b2230327df
commit d32268c5cb
6 changed files with 232 additions and 4 deletions
@@ -0,0 +1,3 @@
class MyList<out T : Any>(
private val wrappedList: List<T>,
) : List<T> by wrappedList