https://kotlinlang.org logo
b

benleggiero

03/04/2018, 6:18 AM
It comes from
kotlin-stdlib-sources.jar!/kotlin/TypeAliases.kt
line `21`:
Copy code
@SinceKotlin("1.1") public typealias Exception = java.lang.Exception
This doesn’t seem like the intended way to get a common module to use exceptions…