Exception typealiases rendering in test output

This commit is contained in:
Ilya Gorbunov
2016-08-12 20:09:27 +03:00
parent 403e2ab4ea
commit d943079557
11 changed files with 18 additions and 18 deletions
@@ -1,4 +1,4 @@
package
public fun bar(/*0*/ x: kotlin.Int): java.lang.RuntimeException
public fun bar(/*0*/ x: kotlin.Int): kotlin.RuntimeException /* = java.lang.RuntimeException */
public fun foo(): kotlin.Unit