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 -4
View File
@@ -1,7 +1,8 @@
FILE /javaNestedClass.kt
FUN public fun test(jj: J.JJ): kotlin.Unit
VALUE_PARAMETER value-parameter jj: J.JJ
FILE fqName:<root> fileName:/javaNestedClass.kt
FUN name:test visibility:public modality:FINAL <> (jj:J.JJ) returnType:Unit flags:
VALUE_PARAMETER name:jj index:0 type:J.JJ flags:
BLOCK_BODY
RETURN type=kotlin.Nothing from='test(J.JJ): Unit'
RETURN type=kotlin.Nothing from=test(J.JJ): Unit'
CALL 'foo(): Unit' type=kotlin.Unit origin=null
$this: GET_VAR 'value-parameter jj: J.JJ' type=J.JJ origin=null