Revert "[FE 1.0] Resolve special construct calls through the new type inference infra"

This reverts commit e66cc9a639.
This commit is contained in:
Mikhail Glukhikh
2022-09-12 11:28:47 +02:00
committed by Space
parent fc0058d471
commit f35cebbc25
11 changed files with 43 additions and 57 deletions
@@ -3,7 +3,7 @@
import kotlin.reflect.KProperty
var a: Int by A()
var a1 by <!DELEGATE_SPECIAL_FUNCTION_NONE_APPLICABLE!>A()<!>
var a1 by <!DELEGATE_SPECIAL_FUNCTION_NONE_APPLICABLE, DELEGATE_SPECIAL_FUNCTION_NONE_APPLICABLE!>A()<!>
var b: Int by B()