#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:
@@ -0,0 +1,10 @@
|
||||
package first
|
||||
|
||||
fun firstFun() {
|
||||
val a = In<caret>
|
||||
}
|
||||
|
||||
// RUNTIME: 1
|
||||
// TIME: 0
|
||||
// EXIST: Int~(jet)
|
||||
// ABSENT: Int~(jet.runtime.SharedVar)
|
||||
Reference in New Issue
Block a user