[FE] Prohibit expect external and expect tailrec
^KT-58536 Fixed
This commit is contained in:
committed by
Space Team
parent
e6d5df18b8
commit
439cc88525
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user