Add tests for KT-35468
^KT-35468 Fixed
This commit is contained in:
committed by
Ilya Gorbunov
parent
9c2e149b5b
commit
c6ae423816
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
class E1 : Exception()
|
||||
class E2 : Exception()
|
||||
|
||||
@kotlin.Throws(E1::class)
|
||||
fun kt() {}
|
||||
|
||||
@kotlin.jvm.Throws(E2::class)
|
||||
fun ktJvm() {}
|
||||
Reference in New Issue
Block a user