Analysis API: fix constructor return type for FE1.0 implementation

This commit is contained in:
Ilya Kirillov
2021-11-25 13:26:18 +01:00
parent 6e555e1d28
commit a70c336c2c
3 changed files with 8 additions and 18 deletions
@@ -1,4 +0,0 @@
Foo@(1,1)
Foo@(1,13) : kotlin.Unit
t@(1,14) : T
i@(1,24) : kotlin.Int
@@ -1,10 +0,0 @@
lazy@(3,1) : Lazy<T>
initializer@(3,14) : () -> T
Lazy@(5,1)
Lazy@(5,14) : kotlin.Unit
value@(5,15) : T
getValue@(7,1) : T
thisRef@(7,42) : kotlin.Any?
property@(7,57) : kotlin.reflect.KProperty<*>
A@(9,1)
i@(10,5) : kotlin.Int