Update testData to new format

This commit is contained in:
Dmitry Petrov
2018-01-12 14:19:55 +03:00
parent 4d54036d21
commit fdd000c94f
200 changed files with 7825 additions and 7861 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
FILE /whenElse.kt
FUN public fun test(): kotlin.Int
FILE fqName:<root> fileName:/whenElse.kt
FUN name:test visibility:public modality:FINAL <> () returnType:Int flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from='test(): Int'
RETURN type=kotlin.Nothing from=test(): Int'
WHEN type=kotlin.Int origin=WHEN
BRANCH
if: CONST Boolean type=kotlin.Boolean value='true'
then: CONST Int type=kotlin.Int value='42'
if: CONST Boolean type=kotlin.Boolean value=true
then: CONST Int type=kotlin.Int value=42