blob: e5837e166064688f08e3f69b3be2c5b5f8f49db1 [file]
FILE: throwableSubclass.kt
public final class Test1<T, B> : R|{kotlin/Exception=} java/lang/Exception| {
public constructor<T, B>(): R|Test1<T, B>| {
super<R|{kotlin/Exception=} java/lang/Exception|>()
}
public final inner class Test2<S, Outer(T), Outer(B)> : R|kotlin/Throwable| {
public Test1<T, B>.constructor<S>(): R|Test1.Test2<S, T, B>| {
super<R|kotlin/Throwable|>()
}
}
public final class Test3 : R|{kotlin/NullPointerException=} java/lang/NullPointerException| {
public constructor(): R|Test1.Test3| {
super<R|{kotlin/NullPointerException=} java/lang/NullPointerException|>()
}
}
public final object Test4 : R|kotlin/Throwable| {
private constructor(): R|Test1.Test4| {
super<R|kotlin/Throwable|>()
}
}
}
public final class Test5<T, B> : R|kotlin/Any| {
public constructor<T, B>(): R|Test5<T, B>| {
super<R|kotlin/Any|>()
}
public final inner class Test6<Outer(T), Outer(B)> : R|{kotlin/Exception=} java/lang/Exception| {
public Test5<T, B>.constructor(): R|Test5.Test6<T, B>| {
super<R|{kotlin/Exception=} java/lang/Exception|>()
}
}
public final fun foo(): R|kotlin/Unit| {
local final class Test7<Outer(T), Outer(B)> : R|kotlin/Throwable| {
public constructor(): R|<local>/Test7<T, B>| {
super<R|kotlin/Throwable|>()
}
}
}
}
public final fun <Z> topLevelFun(): R|kotlin/Unit| {
local final class Test8<Outer(Z)> : R|{kotlin/Error=} java/lang/Error| {
public constructor(): R|<local>/Test8<Z>| {
super<R|{kotlin/Error=} java/lang/Error|>()
}
}
lval obj: R|<anonymous><Z>| = object : R|kotlin/Throwable| {
private constructor(): R|<anonymous><Z>| {
super<R|kotlin/Throwable|>()
}
}
}