[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,4 @@
fun test() {
val x = object {}
}