[FIR] Save IR dumps to .ir.txt files instead of .txt in tests
This is needed to avoid clashes between different dumps from different handlers
This commit is contained in:
committed by
TeamCityServer
parent
0f076e16ed
commit
b454fcc1e0
@@ -0,0 +1,21 @@
|
||||
FILE fqName:<root> fileName:/defaultArguments.kt
|
||||
FUN name:test1 visibility:public modality:FINAL <> (x:kotlin.Int, y:kotlin.Int, z:kotlin.String) returnType:kotlin.Unit
|
||||
VALUE_PARAMETER name:x index:0 type:kotlin.Int
|
||||
VALUE_PARAMETER name:y index:1 type:kotlin.Int
|
||||
EXPRESSION_BODY
|
||||
CONST Int type=kotlin.Int value=0
|
||||
VALUE_PARAMETER name:z index:2 type:kotlin.String
|
||||
EXPRESSION_BODY
|
||||
CONST String type=kotlin.String value="abc"
|
||||
BLOCK_BODY
|
||||
FUN LOCAL_FUNCTION name:local visibility:local modality:FINAL <> (xx:kotlin.Int, yy:kotlin.Int, zz:kotlin.String) returnType:kotlin.Unit
|
||||
VALUE_PARAMETER name:xx index:0 type:kotlin.Int
|
||||
EXPRESSION_BODY
|
||||
GET_VAR 'x: kotlin.Int declared in <root>.test1' type=kotlin.Int origin=null
|
||||
VALUE_PARAMETER name:yy index:1 type:kotlin.Int
|
||||
EXPRESSION_BODY
|
||||
GET_VAR 'y: kotlin.Int declared in <root>.test1' type=kotlin.Int origin=null
|
||||
VALUE_PARAMETER name:zz index:2 type:kotlin.String
|
||||
EXPRESSION_BODY
|
||||
GET_VAR 'z: kotlin.String declared in <root>.test1' type=kotlin.String origin=null
|
||||
BLOCK_BODY
|
||||
Reference in New Issue
Block a user