FIR: Make synthetic type variables fix to self-stub type if no info
This commit is contained in:
committed by
teamcity
parent
8ae37a3dd2
commit
11ec23e5dc
+12
@@ -0,0 +1,12 @@
|
||||
interface TDat
|
||||
|
||||
fun resolve(str: String): TDat = null!!
|
||||
|
||||
val recProp by lazy {
|
||||
mapOf(
|
||||
"" to ""
|
||||
).mapValues {
|
||||
resolve(it.value)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user