KT-3157 Java void method are inserted with ; after completion

#KT-3157 Fixed
This commit is contained in:
Nikolay Krasko
2012-12-13 20:53:44 +04:00
parent 1f12658ce7
commit 689cff6196
5 changed files with 101 additions and 24 deletions
@@ -0,0 +1,7 @@
import java.io.File
fun test() {
val f = File("testFile")
// Should be no ;
f.deleteOnExit<caret>
}