implement marker: fix range and tooltip

This commit is contained in:
Anna Kozlova
2014-12-08 11:33:21 +01:00
parent a69a1645d5
commit 497d5caf13
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ interface I {
class Foo {
{
I i = ()<caret> -> {};
I i = <caret>() -> {};
}
}