Minor: remove outdated todo comments
This commit is contained in:
@@ -59,8 +59,6 @@ public final class PsiCodegenPredictor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: Finish this method for all cases. Now it's only used and tested in JetLightClass.
|
|
||||||
*
|
|
||||||
* @return null if no prediction can be done.
|
* @return null if no prediction can be done.
|
||||||
*/
|
*/
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ import com.intellij.psi.impl.file.PsiPackageImpl;
|
|||||||
import com.intellij.psi.search.GlobalSearchScope;
|
import com.intellij.psi.search.GlobalSearchScope;
|
||||||
import org.jetbrains.jet.lang.resolve.name.FqName;
|
import org.jetbrains.jet.lang.resolve.name.FqName;
|
||||||
|
|
||||||
/**
|
|
||||||
* TODO: make more accurate wrapper
|
|
||||||
*/
|
|
||||||
public class JetLightPackage extends PsiPackageImpl {
|
public class JetLightPackage extends PsiPackageImpl {
|
||||||
|
|
||||||
private final FqName fqName;
|
private final FqName fqName;
|
||||||
|
|||||||
Reference in New Issue
Block a user