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,4 +1,4 @@
package
public fun box(): kotlin.String
public tailrec fun kotlin.String.repeat(/*0*/ num: kotlin.Int, /*1*/ acc: java.lang.StringBuilder = ...): kotlin.String
public tailrec fun kotlin.String.repeat(/*0*/ num: kotlin.Int, /*1*/ acc: kotlin.text.StringBuilder /* = java.lang.StringBuilder */ = ...): kotlin.String