4311bcc929
Completion testing framework extended with ability to assert tail text.
10 lines
138 B
Kotlin
10 lines
138 B
Kotlin
package first
|
|
|
|
fun firstFun() {
|
|
val a = In<caret>
|
|
}
|
|
|
|
// RUNTIME: 1
|
|
// TIME: 0
|
|
// EXIST: Int~(jet)
|
|
// ABSENT: Int~(jet.runtime.SharedVar) |