K2: use derived class sources for callable copies if base callables have no sources
Related to KT-60155
This commit is contained in:
committed by
Space Team
parent
8395018de8
commit
a9894b1842
+7
-7
@@ -14,13 +14,13 @@
|
||||
@6:8..17 CALL 'public final fun plusAssign (x: kotlin.Int): kotlin.Unit [operator] declared in test.Host' type=kotlin.Unit origin=PLUSEQ
|
||||
@6:8..12 GET_VAR '<this>: test.Host declared in test.Host.test1' type=test.Host origin=null
|
||||
@6:16..17 CONST Int type=kotlin.Int value=1
|
||||
@-1:-1..-1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
|
||||
@-1:-1..-1 VALUE_PARAMETER name:<this> type:kotlin.Any
|
||||
@-1:-1..-1 VALUE_PARAMETER name:other index:0 type:kotlin.Any?
|
||||
@-1:-1..-1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
|
||||
@-1:-1..-1 VALUE_PARAMETER name:<this> type:kotlin.Any
|
||||
@-1:-1..-1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
|
||||
@-1:-1..-1 VALUE_PARAMETER name:<this> type:kotlin.Any
|
||||
@2:0..8:1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override,operator]
|
||||
@2:0..8:1 VALUE_PARAMETER name:<this> type:kotlin.Any
|
||||
@2:0..8:1 VALUE_PARAMETER name:other index:0 type:kotlin.Any?
|
||||
@2:0..8:1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
|
||||
@2:0..8:1 VALUE_PARAMETER name:<this> type:kotlin.Any
|
||||
@2:0..8:1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
|
||||
@2:0..8:1 VALUE_PARAMETER name:<this> type:kotlin.Any
|
||||
@2:0..8:1 VALUE_PARAMETER INSTANCE_RECEIVER name:<this> type:test.Host
|
||||
@10:0..18 FUN name:foo visibility:public modality:FINAL <> () returnType:test.Host
|
||||
@10:12..18 BLOCK_BODY
|
||||
|
||||
Reference in New Issue
Block a user