Fix nsToMs
This commit is contained in:
@@ -136,7 +136,7 @@ abstract class AllKotlinTest : DaemonAnalyzerTestCase() {
|
||||
}
|
||||
|
||||
companion object {
|
||||
val Long.nsToMs get() = this * (1e-6).toLong()
|
||||
val Long.nsToMs get() = (this * 1e-6).toLong()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user