mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
KT-1536: parse Throwable as nullable in JavaDescriptorResolver
This commit is contained in:
7
compiler/testData/readJavaBinaryClass/MyException.java
Normal file
7
compiler/testData/readJavaBinaryClass/MyException.java
Normal file
@@ -0,0 +1,7 @@
|
||||
// http://youtrack.jetbrains.com/issue/KT-1536
|
||||
|
||||
package test;
|
||||
|
||||
class MyException {
|
||||
MyException(String message, Throwable cause) {}
|
||||
}
|
||||
Reference in New Issue
Block a user