Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
compileJavaAgainstKotlin
/
method
/
throws
/
KotlinThrows.kt
blob: baf2a3b1b3d34e85f3cc02aac2fc560cf7ac5868 [
file
]
package
test
class
E1
:
Exception
()
class
E2
:
Exception
()
@kotlin
.
Throws
(
E1
::
class
)
fun kt
()
{}
@kotlin
.
jvm
.
Throws
(
E2
::
class
)
fun ktJvm
()
{}