Smart step into function literal

This commit is contained in:
Natalia Ukhorskaya
2015-07-15 14:44:15 +03:00
parent f7e35fab42
commit d75c21a5a7
8 changed files with 159 additions and 36 deletions
@@ -0,0 +1,7 @@
fun foo() {
<caret>f1() { }
}
inline fun f1(f: () -> Unit) {}
// EXISTS: f1(Function0<? extends Unit>)