Revert replacing "NUMBER" to "INVOCATION_COUNT" and replace "TIME" to "INVOCATION_COUNT"

This commit is contained in:
Nikolay Krasko
2013-09-20 21:55:23 +04:00
parent 6ca3a581b0
commit ed250198d8
39 changed files with 53 additions and 53 deletions
@@ -1,4 +1,4 @@
fun some(a : Statement<caret>)
// TIME: 1
// INVOCATION_COUNT: 1
// EXIST: Statement@Statement~(java.sql)
@@ -7,6 +7,6 @@ fun firstFun() {
a.toLinke<caret>
}
// TIME: 1
// EXIST: toLinkedList@toLinkedList()~for jet.Iterable<T> in kotlin
// INVOCATION_COUNT: 1
// EXIST: toLinkedList@toLinkedList()~for jet.Iterable<T> in kotlin
// NUMBER: 1
@@ -7,6 +7,6 @@ class Hello() {
}
}
// TIME: 2
// INVOCATION_COUNT: 2
// EXIST: SortedMap, Short, Socket
// ABSENT: hashSetOf
@@ -1,5 +1,5 @@
val x = LineIterator<caret>
// TIME: 1
// EXIST: LineIterator~(kotlin.io)
// INVOCATION_COUNT: 1
// EXIST: LineIterator~(kotlin.io)
// NUMBER: 1
@@ -2,6 +2,6 @@ import java.io.InputStreamReader
val x = InputStreamReader<caret>
// TIME: 1
// INVOCATION_COUNT: 1
// EXIST: InputStreamReader~(java.io)
// INVOCATION_COUNT: 1
// NUMBER: 1
@@ -5,7 +5,7 @@ fun firstFun() {
val a = PropertyM<caret>
}
// TIME: 1
// INVOCATION_COUNT: 1
// EXIST: PropertyMetadata@PropertyMetadata~(jet)
// EXIST: PropertyMetadataImpl@PropertyMetadataImpl~(jet)
// INVOCATION_COUNT: 2
// NUMBER: 2