From 044308ba60a0d4462ccb7388f16ad17a31d7450d Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Fri, 11 Jul 2014 20:49:04 +0400 Subject: Complete package migration and move files into folders. --- test/src/PropertyTest.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/src/PropertyTest.kt') 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() { -- cgit