[FIR] Set implicit type for delegated constructor calls in fir builder

This commit is contained in:
Dmitriy Novozhilov
2020-04-16 15:49:36 +03:00
parent 276754260a
commit a446aa2266
17 changed files with 111 additions and 15 deletions
@@ -0,0 +1,10 @@
FILE: emptyAnonymousObject.kt
public? final? fun test(): R|kotlin/Unit| {
lval x: <implicit> = object : R|kotlin/Any| {
private constructor(): R|anonymous| {
super<R|kotlin/Any|>()
}
}
}