Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
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
()
{}
}