diff options
author | Alexander Udalov <Alexander.Udalov@jetbrains.com> | 2015-01-12 12:36:54 +0300 |
---|---|---|
committer | Alexander Udalov <Alexander.Udalov@jetbrains.com> | 2015-01-12 12:36:54 +0300 |
commit | 5dbadfe3764b4e4564354f4a5a29d7a521c9b632 (patch) | |
tree | 49a44c09a4b1068c40e2cbd3bf09ab1bb5f5d48b /test | |
parent | 564319761f39f7d56dae02f62787d9f382525112 (diff) | |
download | dokka-5dbadfe3764b4e4564354f4a5a29d7a521c9b632.tar.gz dokka-5dbadfe3764b4e4564354f4a5a29d7a521c9b632.tar.bz2 dokka-5dbadfe3764b4e4564354f4a5a29d7a521c9b632.zip |
Update to the latest Kotlin compiler API
Diffstat (limited to 'test')
-rw-r--r-- | test/src/TestAPI.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/TestAPI.kt b/test/src/TestAPI.kt index cc09f001..d67254a2 100644 --- a/test/src/TestAPI.kt +++ b/test/src/TestAPI.kt @@ -1,10 +1,10 @@ package org.jetbrains.dokka.tests -import org.jetbrains.jet.cli.common.messages.* +import org.jetbrains.kotlin.cli.common.messages.* import com.intellij.openapi.util.* import kotlin.test.fail import org.jetbrains.dokka.* -import org.jetbrains.jet.lang.descriptors.DeclarationDescriptor +import org.jetbrains.kotlin.descriptors.DeclarationDescriptor import java.io.File import kotlin.test.assertEquals |