[Analysis API] render PsiType in tests properly
It should contain fully qualified names and annotations ^KT-66603
This commit is contained in:
committed by
Space Team
parent
72235b8527
commit
fdc0a8ec07
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:T
|
||||
PsiType: T
|
||||
KtType: T?
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:List<? extends String>
|
||||
PsiType: java.util.List<? extends java.lang.String>
|
||||
KtType: kotlin.collections.List<kotlin.String?>?
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:TYPE
|
||||
PsiType: TYPE
|
||||
KtType: TYPE
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:TYPE
|
||||
PsiType: TYPE
|
||||
KtType: TYPE?
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:TYPE
|
||||
PsiType: TYPE
|
||||
KtType: TYPE?
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:K
|
||||
PsiType: K
|
||||
KtType: K?
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:List<String>
|
||||
PsiType: java.util.List<java.lang.String>
|
||||
KtType: kotlin.collections.List<kotlin.String?>?
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:String
|
||||
PsiType: java.lang.String
|
||||
KtType: kotlin.String?
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:int
|
||||
PsiType: int
|
||||
KtType: kotlin.Int
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:KotlinClass
|
||||
PsiType: @MyAnno KotlinClass
|
||||
KtType: @MyAnno KotlinClass?
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:String
|
||||
PsiType: java.lang.@MyAnno String
|
||||
KtType: @MyAnno kotlin.String?
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:T
|
||||
PsiType: T
|
||||
KtType: T
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:T
|
||||
PsiType: T
|
||||
KtType: T?
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:T
|
||||
PsiType: T
|
||||
KtType: T?
|
||||
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
PsiType: PsiType:K
|
||||
PsiType: K
|
||||
KtType: K?
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: PointerKeyboardModifiers
|
||||
PsiType: PsiType:int
|
||||
PsiType: int
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: kotlin.Int
|
||||
PsiType: PsiType:int
|
||||
PsiType: int
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: Foo
|
||||
PsiType: PsiType:int
|
||||
PsiType: int
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: java.lang.Runnable
|
||||
PsiType: PsiType:Runnable
|
||||
PsiType: java.lang.Runnable
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: kotlin.Int
|
||||
PsiType: PsiType:int
|
||||
PsiType: int
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: kotlin.collections.MutableList<TagData>
|
||||
PsiType: PsiType:List<TagData>
|
||||
PsiType: java.util.List<TagData>
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: java.lang.Runnable
|
||||
PsiType: PsiType:Runnable
|
||||
PsiType: java.lang.Runnable
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: kotlin.Unit
|
||||
PsiType: PsiType:Unit
|
||||
PsiType: kotlin.Unit
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: Local
|
||||
PsiType: PsiType:Local
|
||||
PsiType: Local
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: Local
|
||||
PsiType: PsiType:Local
|
||||
PsiType: Local
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: () -> Local
|
||||
PsiType: PsiType:Function0<? extends Local>
|
||||
PsiType: kotlin.jvm.functions.Function0<? extends Local>
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: Local
|
||||
PsiType: PsiType:Local
|
||||
PsiType: Local
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: suspend (kotlin.Int) -> kotlin.Unit
|
||||
PsiType: PsiType:Function2<? super Integer, ? super Continuation<? super Unit>, ? extends Object>
|
||||
PsiType: kotlin.jvm.functions.Function2<? super java.lang.Integer,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object>
|
||||
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: suspend (kotlin.Int) -> kotlin.Unit
|
||||
PsiType: PsiType:Function2<? super Integer, ? super Continuation<? super Unit>, ? extends Object>
|
||||
PsiType: kotlin.jvm.functions.Function2<? super java.lang.Integer,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object>
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
KtType: @kotlin.jvm.JvmSuppressWildcards(suppress = false) (AnimatedContentTransitionScope<NavBackStackEntry>.() -> EnterTransition?)?
|
||||
PsiType: kotlin.jvm.functions.Function1<? super .AnimatedContentTransitionScope<.NavBackStackEntry>,? extends .EnterTransition>
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: @kotlin.jvm.JvmSuppressWildcards(suppress = false) (AnimatedContentTransitionScope<NavBackStackEntry>.() -> EnterTransition?)?
|
||||
PsiType: PsiType:Function1<? super AnimatedContentTransitionScope<NavBackStackEntry>, ? extends EnterTransition>
|
||||
PsiType: kotlin.jvm.functions.Function1<? super AnimatedContentTransitionScope<NavBackStackEntry>,? extends EnterTransition>
|
||||
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
KtType: @kotlin.jvm.JvmSuppressWildcards(suppress = true) (AnimatedContentTransitionScope<NavBackStackEntry>.() -> EnterTransition?)?
|
||||
PsiType: kotlin.jvm.functions.Function1<.AnimatedContentTransitionScope<.NavBackStackEntry>,.EnterTransition>
|
||||
+1
-1
@@ -1,2 +1,2 @@
|
||||
KtType: @kotlin.jvm.JvmSuppressWildcards(suppress = true) (AnimatedContentTransitionScope<NavBackStackEntry>.() -> EnterTransition?)?
|
||||
PsiType: PsiType:Function1<AnimatedContentTransitionScope<NavBackStackEntry>, EnterTransition>
|
||||
PsiType: kotlin.jvm.functions.Function1<AnimatedContentTransitionScope<NavBackStackEntry>,EnterTransition>
|
||||
|
||||
+32
-32
@@ -1,97 +1,97 @@
|
||||
KtType: T
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
|
||||
+32
-32
@@ -1,97 +1,97 @@
|
||||
KtType: getInner
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:NonExistentClass
|
||||
PsiType: error.NonExistentClass
|
||||
|
||||
|
||||
+32
-32
@@ -1,97 +1,97 @@
|
||||
KtType: Outer.`<no name provided>`.Inner
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
|
||||
Vendored
+32
-32
@@ -1,97 +1,97 @@
|
||||
KtType: UNRESOLVED<kotlin.Nothing>
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
null
|
||||
PsiType: null
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:UNRESOLVED<Void>
|
||||
PsiType: UNRESOLVED<java.lang.Void>
|
||||
|
||||
|
||||
+32
-32
@@ -1,97 +1,97 @@
|
||||
KtType: Foo.Bar
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:Bar
|
||||
PsiType: Bar
|
||||
|
||||
|
||||
+32
-32
@@ -1,97 +1,97 @@
|
||||
KtType: kotlin.collections.List<Test>
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
PsiType: java.util.List<java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
PsiType: java.util.List<java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
PsiType: kotlin.collections.List<java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
PsiType: kotlin.collections.List<java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<Test>>
|
||||
PsiType: java.util.List<java.lang.Comparable<Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
PsiType: java.util.List<java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
PsiType: java.util.List<java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
PsiType: kotlin.collections.List<java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Test>>
|
||||
PsiType: kotlin.collections.List<java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<Test>>
|
||||
PsiType: java.util.List<java.lang.Comparable<Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Test>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Test>>
|
||||
|
||||
|
||||
+32
-32
@@ -1,97 +1,97 @@
|
||||
KtType: kotlin.collections.List<Wrapper>
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
PsiType: kotlin.collections.List<java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
PsiType: kotlin.collections.List<java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<Wrapper<T>>>
|
||||
PsiType: java.util.List<java.lang.Comparable<Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=false, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=DEFAULT_UAST, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=GENERIC_ARGUMENT, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
PsiType: kotlin.collections.List<java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=SUPER_TYPE_KOTLIN_COLLECTIONS_AS_IS, isAnnotationMethod=true):
|
||||
PsiType:List<Comparable<? super Wrapper<T>>>
|
||||
PsiType: kotlin.collections.List<java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE_BOXED, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=false):
|
||||
PsiType:List<Comparable<Wrapper<T>>>
|
||||
PsiType: java.util.List<java.lang.Comparable<Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=RETURN_TYPE, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=false):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
asPsiType(allowErrorTypes=true, mode=VALUE_PARAMETER, isAnnotationMethod=true):
|
||||
PsiType:List<? extends Comparable<? super Wrapper<T>>>
|
||||
PsiType: java.util.List<? extends java.lang.Comparable<? super Wrapper<T>>>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user