FIR IDE: add APIs about FunctionClassKind
This commit is contained in:
committed by
Ilya Kirillov
parent
d029e84b96
commit
6d150fb7a5
+7
@@ -0,0 +1,7 @@
|
||||
fun foo(pause : suspend () -> Unit) {
|
||||
pause()
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
foo(x<caret>y)
|
||||
}
|
||||
Reference in New Issue
Block a user