Fix rendering in test output after introducing type aliases for the types used in those tests.

This commit is contained in:
Ilya Gorbunov
2016-09-01 21:55:18 +03:00
parent ed3c54dbd0
commit daac46bce5
9 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package
public val str: kotlin.String
public fun string(/*0*/ init: java.lang.StringBuilder.() -> kotlin.Unit): kotlin.String
public fun string(/*0*/ init: kotlin.text.StringBuilder /* = java.lang.StringBuilder */.() -> kotlin.Unit): kotlin.String