report stats for pullUp/pushDown refactorings

tmp
This commit is contained in:
Vadim Brilyantov
2018-12-05 17:27:52 +03:00
parent 37239cbcd7
commit df5ec5c218
4 changed files with 31 additions and 3 deletions
@@ -72,6 +72,6 @@ public class KotlinVersion(val major: Int, val minor: Int, val patch: Int) : Com
* Returns the current version of the Kotlin standard library.
*/
@kotlin.jvm.JvmField
public val CURRENT: KotlinVersion = KotlinVersion(1, 3, 0) // value is written here automatically during build
public val CURRENT: KotlinVersion = KotlinVersion(1, 3, 111) // value is written here automatically during build
}
}