Refactor sir from psi builder, in order to check transatability of psi element

Merge-request: KT-MR-14555
Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
Artem Olkov
2024-02-28 10:32:11 +00:00
committed by Space Team
parent 9d1d01d1eb
commit ff5098d716
4 changed files with 78 additions and 31 deletions
@@ -0,0 +1,2 @@
// we do not support extention fun. This should not be exported
fun Int.foo(): Unit = TODO()
@@ -0,0 +1,2 @@
// we do not support sus fun. This should not be exported
suspend fun suspending_fun(): Int = TODO()