No completion auto-popup after dot in float literal (but one test start to fail!)

This commit is contained in:
Valentin Kipyatkov
2014-09-19 11:39:18 +02:00
committed by valentin
parent 3fcf0f7340
commit 93d8791df1
7 changed files with 39 additions and 9 deletions
@@ -2,4 +2,5 @@ val Int.f: Float get() = this.toFloat()
val test = 1.<caret>
// INVOCATION_COUNT: 1
// EXIST: f