[K/N][Tests] Add test for KT-65659
^KT-65659
This commit is contained in:
committed by
Space Team
parent
090407b7e3
commit
243d6aed50
@@ -0,0 +1,9 @@
|
||||
typealias MyThrows = kotlin.Throws
|
||||
|
||||
class Foo {
|
||||
@kotlin.Throws(Exception::class)
|
||||
fun noalias() {}
|
||||
|
||||
@MyThrows(Exception::class)
|
||||
fun aliased() {}
|
||||
}
|
||||
Reference in New Issue
Block a user