FIR: introduce & use Throwable built-in type

This commit is contained in:
Mikhail Glukhikh
2021-02-05 09:33:54 +03:00
parent bbd1da7b71
commit f1ab5d1fbd
6 changed files with 16 additions and 9 deletions
@@ -41,6 +41,7 @@ object StandardClassIds {
val ULong = Long.unsignedId()
val String = "String".baseId()
val Throwable = "Throwable".baseId()
val KProperty = "KProperty".reflectId()
val KMutableProperty = "KMutableProperty".reflectId()