Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
75d8a5bca606366254123abd80c77147a3d426a6
/
.
/
native
/
native.tests
/
testData
/
framework
/
kt65659.kt
blob: 31ac7e1dbd411c6c7a036dddd1d8bd7c7248bfed [
file
]
typealias
MyThrows
=
kotlin
.
Throws
class
Foo
{
@kotlin
.
Throws
(
Exception
::
class
)
fun noalias
()
{}
@MyThrows
(
Exception
::
class
)
fun aliased
()
{}
}