Files
kotlin-fork/compiler
Sergey Bogolepov 51d441ee38 [K/N] Fix KT-57541
Root cause: commonizer does not add `ExternalObjCClass` annotation
to expect declarations, so forward declarations aren't resolved.

It is simpler (and safer) to fix it on the compiler side by checking
superclass instead of annotation.
2023-03-31 09:05:52 +00:00
..
2023-03-20 11:33:03 +00:00
2023-03-14 21:30:26 +00:00
2023-03-31 09:05:52 +00:00