Files
kotlin-fork/compiler/testData/loadJava/compiledJava/MyException.fir.txt
T
Mikhail Glukhikh 2476c0299f FIR Java: fix constructor enhancements
Before this commit,
we generated regular member functions as constructor enhancement.
Now, we generate constructors as constructor enhancement.
2019-04-23 11:41:05 +03:00

5 lines
201 B
Plaintext
Vendored

public open class MyException : R|java/lang/Object| {
public constructor(message: R|ft<kotlin/String, kotlin/String?>|!, cause: R|ft<kotlin/Throwable, kotlin/Throwable?>|!): R|test/MyException|
}