testData format update: detailed descriptor rendering.

This commit is contained in:
Dmitry Petrov
2016-09-06 11:27:06 +03:00
committed by Dmitry Petrov
parent 993c3fe51e
commit 4e112b3f88
92 changed files with 2105 additions and 2100 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FILE /whenElse.kt
FUN public fun test(): kotlin.Int
BLOCK_BODY
RETURN type=kotlin.Nothing from=test
RETURN type=kotlin.Nothing from='test(): Int'
WHEN type=kotlin.Int operator=WHEN
else: CONST Int type=kotlin.Int value='42'