KT-1536: parse Throwable as nullable in JavaDescriptorResolver
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// http://youtrack.jetbrains.com/issue/KT-1536
|
||||
|
||||
package test;
|
||||
|
||||
class MyException {
|
||||
MyException(String message, Throwable cause) {}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
package test
|
||||
|
||||
open class MyException(p0: String?, p1: Throwable?)
|
||||
@@ -0,0 +1,5 @@
|
||||
namespace test
|
||||
|
||||
open class test.MyException : jet.Any {
|
||||
final /*constructor*/ fun <init>(/*0*/ p0: jet.String?, /*1*/ p1: jet.Throwable?): test.MyException
|
||||
}
|
||||
Reference in New Issue
Block a user