Merge branch 'master' of git+ssh://github.com/JetBrains/kotlin

This commit is contained in:
Evgeny Gerashchenko
2012-05-12 21:58:41 +04:00
6 changed files with 40 additions and 8 deletions
@@ -0,0 +1,5 @@
fun f<caret>.
// ABSENT: final
// For KT-1894
@@ -0,0 +1,5 @@
val e.<caret>
// ABSENT: else
// For KT-1950