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
@@ -9,7 +9,7 @@ public final class Derived : test.Base<kotlin.String> {
public open /*fake_override*/ fun one(/*0*/ kotlin.String): kotlin.Unit
}
public final class E1 : java.lang.Exception {
public final class E1 : kotlin.Exception /* = java.lang.Exception */ {
public constructor E1()
public open /*fake_override*/ val cause: kotlin.Throwable?
public open /*fake_override*/ val message: kotlin.String?