SmartStepInto: render kotlin functions properly

This commit is contained in:
Natalia Ukhorskaya
2015-07-22 18:11:31 +03:00
parent e4d5984cf0
commit b76b251489
13 changed files with 82 additions and 16 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ fun foo() {
fun f1(f: () -> Unit) {}
fun f2() {}
// EXISTS: f1(Function0<? extends Unit>), f1: f.invoke()
// EXISTS: f1(() -> Unit), f1: f.invoke()