diff options
Diffstat (limited to 'test/src/PropertyTest.kt')
-rw-r--r-- | test/src/PropertyTest.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/PropertyTest.kt b/test/src/PropertyTest.kt index 6fa17168..1d30f2ce 100644 --- a/test/src/PropertyTest.kt +++ b/test/src/PropertyTest.kt @@ -2,8 +2,7 @@ package org.jetbrains.dokka.tests import org.junit.Test import kotlin.test.* -import com.jetbrains.dokka.* - +import org.jetbrains.dokka.* public class PropertyTest { Test fun valueProperty() { |