[Analysis API] Check all possible combinations of arguments in tests for KtType.asPsiType()
This commit is contained in:
committed by
Space Team
parent
bf0150108d
commit
50d526fe91
+96
-1
@@ -1,2 +1,97 @@
|
||||
KtType: T
|
||||
PsiType: null
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
|
||||
+96
-1
@@ -1,2 +1,97 @@
|
||||
KtType: getInner
|
||||
PsiType: null
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
|
||||
|
||||
+96
-1
@@ -1,2 +1,97 @@
|
||||
KtType: Outer.`<no name provided>`.Inner
|
||||
PsiType: null
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
|
||||
|
||||
+96
-1
@@ -1,2 +1,97 @@
|
||||
KtType: Foo.Bar
|
||||
PsiType: PsiType:Bar
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
|
||||
|
||||
+96
-1
@@ -1,2 +1,97 @@
|
||||
KtType: kotlin.collections.List<Test>
|
||||
PsiType: PsiType:List<? extends Comparable<? super Test>>
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
|
||||
|
||||
+96
-1
@@ -1,2 +1,97 @@
|
||||
KtType: kotlin.collections.List<Wrapper>
|
||||
PsiType: PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user