[commonizer] Don't commonize "tailrec" and "external" modifiers

expect external and tailrec were prohibited
in previous commit.

^KT-58536
This commit is contained in:
Roman Efremov
2023-05-22 15:21:24 +02:00
committed by Space Team
parent 439cc88525
commit c8023eac13
23 changed files with 20 additions and 108 deletions
@@ -94,3 +94,5 @@ expect class LL1(value: String) {
expect class LL2(value: String) {
val value: String
}
expect class ExternalClass()