diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 20:49:04 +0400 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-07-11 20:49:04 +0400 |
commit | 044308ba60a0d4462ccb7388f16ad17a31d7450d (patch) | |
tree | c93411f0670e29fe333962789c0df97b1602f7be /test/src/PropertyTest.kt | |
parent | 8a4dad46b171c55dabc5f9be29e1261e1cc5928e (diff) | |
download | dokka-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.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() { |