aboutsummaryrefslogtreecommitdiff
path: root/test/src/PropertyTest.kt
diff options
context:
space:
mode:
authorIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 20:49:04 +0400
committerIlya Ryzhenkov <orangy@jetbrains.com>2014-07-11 20:49:04 +0400
commit044308ba60a0d4462ccb7388f16ad17a31d7450d (patch)
treec93411f0670e29fe333962789c0df97b1602f7be /test/src/PropertyTest.kt
parent8a4dad46b171c55dabc5f9be29e1261e1cc5928e (diff)
downloaddokka-044308ba60a0d4462ccb7388f16ad17a31d7450d.tar.gz
dokka-044308ba60a0d4462ccb7388f16ad17a31d7450d.tar.bz2
dokka-044308ba60a0d4462ccb7388f16ad17a31d7450d.zip
Complete package migration and move files into folders.
Diffstat (limited to 'test/src/PropertyTest.kt')
-rw-r--r--test/src/PropertyTest.kt3
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() {