#KT-1629 fixed Don't import jet.runtime.SharedVar.Int when typing "val a : Int = ..."

Completion testing framework extended with ability to assert tail text.
This commit is contained in:
Nikolay Krasko
2012-03-23 18:36:17 +04:00
parent 90e5510b5d
commit 4311bcc929
6 changed files with 243 additions and 119 deletions
@@ -0,0 +1,10 @@
package first
fun firstFun() {
val a = In<caret>
}
// RUNTIME: 1
// TIME: 0
// EXIST: Int~(jet)
// ABSENT: Int~(jet.runtime.SharedVar)