Explicit public visibility, SinceKotlin and ExperimentalTime status

Use file level ExperimentalTime opt-in in tests.
This commit is contained in:
Ilya Gorbunov
2019-06-16 01:07:21 +03:00
parent 16111ab79f
commit c66740a7ed
14 changed files with 214 additions and 66 deletions
@@ -3,6 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:UseExperimental(ExperimentalTime::class)
package test.time
import kotlin.test.*