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:
committed by
Space Team
parent
b2230327df
commit
d32268c5cb
@@ -0,0 +1,3 @@
|
||||
class MyList<out T : Any>(
|
||||
private val wrappedList: List<T>,
|
||||
) : List<T> by wrappedList
|
||||
Reference in New Issue
Block a user