KT-16440 ClassConstructorDescriptorImpl has null returnType
Set constructor return type in FunctionDescriptorResolver#createConstructorDescriptor (it seems to be the only place where ClassConstructorDescriptorImpl#initialize(...) is called, but returnType is not set).
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class A
|
||||
|
||||
val test = A()
|
||||
Reference in New Issue
Block a user