From 5dbadfe3764b4e4564354f4a5a29d7a521c9b632 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 12 Jan 2015 12:36:54 +0300 Subject: Update to the latest Kotlin compiler API --- test/src/TestAPI.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/src/TestAPI.kt') 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 -- cgit