[commonizer] Don't commonize "tailrec" and "external" modifiers
expect external and tailrec were prohibited in previous commit. ^KT-58536
This commit is contained in:
committed by
Space Team
parent
439cc88525
commit
c8023eac13
+2
@@ -94,3 +94,5 @@ expect class LL1(value: String) {
|
||||
expect class LL2(value: String) {
|
||||
val value: String
|
||||
}
|
||||
|
||||
expect class ExternalClass()
|
||||
Reference in New Issue
Block a user