[LC] merge ultraLightFacades tests to lightClassByPsi
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
class MyException : Exception()
|
||||
|
||||
@Throws(java.io.IOException::class, MyException::class)
|
||||
fun readFile(name: String): String { TODO() }
|
||||
|
||||
// Should be mapped to java.lang.Throwable
|
||||
@Throws(kotlin.Throwable::class)
|
||||
fun baz() {}
|
||||
Reference in New Issue
Block a user