97fbbc74e6
Set constructor return type in FunctionDescriptorResolver#createConstructorDescriptor (it seems to be the only place where ClassConstructorDescriptorImpl#initialize(...) is called, but returnType is not set).
3 lines
23 B
Kotlin
Vendored
3 lines
23 B
Kotlin
Vendored
class A
|
|
|
|
val test = A() |