FIR2IR: add repro for KT-57441
This commit is contained in:
committed by
Space Team
parent
d6a9bca5ec
commit
d3f1571d35
+9
@@ -0,0 +1,9 @@
|
||||
class Wrapper {
|
||||
private val dummy = object : Bar {}
|
||||
private val bar = object : Bar by dummy {}
|
||||
}
|
||||
|
||||
interface Bar {
|
||||
val foo: String
|
||||
get() = ""
|
||||
}
|
||||
Reference in New Issue
Block a user