IR tests: update testData for IrSimpleFunction.isFakeOverride

This commit is contained in:
Dmitry Petrov
2019-10-23 15:40:17 +03:00
parent 65e6a84831
commit 2682057767
177 changed files with 1481 additions and 1511 deletions
+3 -3
View File
@@ -15,10 +15,10 @@
@25:4..38 FUN name:compareTo visibility:public modality:ABSTRACT <> ($this:<root>.Boolean, other:<root>.Boolean) returnType:kotlin.Int
@25:4..38 VALUE_PARAMETER name:<this> type:<root>.Boolean
@25:18..32 VALUE_PARAMETER name:other index:0 type:<root>.Boolean
@4:7..26:1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean
@4:7..26:1 FUN FAKE_OVERRIDE name:equals visibility:public modality:OPEN <> ($this:kotlin.Any, other:kotlin.Any?) returnType:kotlin.Boolean [fake_override]
@4:0..26:1 VALUE_PARAMETER name:<this> type:kotlin.Any
@4:7..26:1 VALUE_PARAMETER name:other index:0 type:kotlin.Any?
@4:7..26:1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int
@4:7..26:1 FUN FAKE_OVERRIDE name:hashCode visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.Int [fake_override]
@4:0..26:1 VALUE_PARAMETER name:<this> type:kotlin.Any
@4:7..26:1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String
@4:7..26:1 FUN FAKE_OVERRIDE name:toString visibility:public modality:OPEN <> ($this:kotlin.Any) returnType:kotlin.String [fake_override]
@4:0..26:1 VALUE_PARAMETER name:<this> type:kotlin.Any