mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
testdata changed according to inference from type cast
This commit is contained in:
@@ -40,7 +40,7 @@ public class TypeInferenceTest extends Resolve15TestCase {
|
||||
assertTrue(type instanceof PsiClassType);
|
||||
PsiType[] paramTypes = ((PsiClassType)type).getParameters();
|
||||
assertEquals(1, paramTypes.length);
|
||||
assertEquals(CommonClassNames.JAVA_LANG_OBJECT, paramTypes[0].getCanonicalText());
|
||||
assertEquals(CommonClassNames.JAVA_LANG_STRING, paramTypes[0].getCanonicalText());
|
||||
}
|
||||
|
||||
public void testInferWithBounds () throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user