Analysis API: fix constructor return type for FE1.0 implementation
This commit is contained in:
-4
@@ -1,4 +0,0 @@
|
||||
Foo@(1,1)
|
||||
Foo@(1,13) : kotlin.Unit
|
||||
t@(1,14) : T
|
||||
i@(1,24) : kotlin.Int
|
||||
-10
@@ -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
|
||||
Reference in New Issue
Block a user