[FE] Prohibit expect external and expect tailrec

^KT-58536 Fixed
This commit is contained in:
Roman Efremov
2023-05-17 16:08:33 +02:00
committed by Space Team
parent e6d5df18b8
commit 439cc88525
26 changed files with 298 additions and 34 deletions
@@ -2,8 +2,4 @@ expect infix fun Int.plus(s: CharSequence): Int
expect operator fun Double.times(x: CharArray)
expect external fun f1()
expect inline fun f2()
expect tailrec fun f3()
expect inline fun f1()