KT-738 No kotlin type completion in extend class scope - Fixes after CR-KT-13 review

This commit is contained in:
Nikolay Krasko
2011-12-05 16:55:58 +04:00
parent 152d15ce83
commit 8e5c38b177
@@ -1,5 +1,6 @@
package org.jetbrains.jet.completion;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.jet.JetTestCaseBuilder;
@@ -48,7 +49,7 @@ public class JetBasicCompletion extends JetCompletionTestBase {
@NotNull
@Override
public junit.framework.Test createTest(@NotNull String dataPath, @NotNull String name) {
public Test createTest(@NotNull String dataPath, @NotNull String name, @NotNull File file) {
return new JetBasicCompletion(dataPath, name);
}
}, suite);