Update testData to new format
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
FILE /argumentMappedWithError.kt
|
||||
FUN public fun <R : kotlin.Number> kotlin.Number.convert(): R
|
||||
TYPE_PARAMETER <R : kotlin.Number>
|
||||
$receiver: VALUE_PARAMETER this@convert: Number
|
||||
FILE fqName:<root> fileName:/argumentMappedWithError.kt
|
||||
FUN name:convert visibility:public modality:FINAL <R> ($receiver:kotlin.Number) returnType:R flags:
|
||||
TYPE_PARAMETER name:R index:0 variance: upperBounds:[kotlin.Number]
|
||||
$receiver: VALUE_PARAMETER name:<this> type:kotlin.Number flags:
|
||||
BLOCK_BODY
|
||||
RETURN type=kotlin.Nothing from='convert() on Number: R'
|
||||
RETURN type=kotlin.Nothing from=convert() on Number: R'
|
||||
CALL 'TODO(): Nothing' type=kotlin.Nothing origin=null
|
||||
FUN public fun foo(arg: kotlin.Number): kotlin.Unit
|
||||
VALUE_PARAMETER value-parameter arg: kotlin.Number
|
||||
FUN name:foo visibility:public modality:FINAL <> (arg:kotlin.Number) returnType:Unit flags:
|
||||
VALUE_PARAMETER name:arg index:0 type:kotlin.Number flags:
|
||||
BLOCK_BODY
|
||||
FUN public fun main(args: kotlin.Array<kotlin.String>): kotlin.Unit
|
||||
VALUE_PARAMETER value-parameter args: kotlin.Array<kotlin.String>
|
||||
FUN name:main visibility:public modality:FINAL <> (args:kotlin.Array<kotlin.String>) returnType:Unit flags:
|
||||
VALUE_PARAMETER name:args index:0 type:kotlin.Array<kotlin.String> flags:
|
||||
BLOCK_BODY
|
||||
VAR val x: kotlin.Int = 0
|
||||
CONST Int type=kotlin.Int value='0'
|
||||
VAR name:x type:kotlin.Int flags:val
|
||||
CONST Int type=kotlin.Int value=0
|
||||
CALL 'foo(Number): Unit' type=kotlin.Unit origin=null
|
||||
arg: CALL 'convert() on Number: Number' type=kotlin.Number origin=null
|
||||
<R : Number>: Number
|
||||
$receiver: GET_VAR 'x: Int' type=kotlin.Int origin=null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user