[K/N] Fix K/N Sanity test
This commit is contained in:
committed by
TeamCityServer
parent
1a0aab4a44
commit
43d11c7c4b
+1
-1
@@ -94,7 +94,7 @@ internal class SpecialDeclarationsFactory(val context: Context) {
|
||||
DescriptorVisibilities.PRIVATE, false, "this$0".synthesizedName, CallableMemberDescriptor.Kind.SYNTHESIZED,
|
||||
SourceElement.NO_SOURCE, false, false, false, false, false, false
|
||||
).apply {
|
||||
this.setType(outerClass.descriptor.defaultType, emptyList(), receiver, null)
|
||||
this.setType(outerClass.descriptor.defaultType, emptyList(), receiver, null, emptyList())
|
||||
initialize(null, null)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user