Fix dropped DoubleRange and FloatRange usages in tests
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
class Nested @a private @b(E.E1) @b(E.E2) constructor()
|
||||
|
||||
fun types(param: @a @b(E.E1) DoubleRange): @a @b(E.E2) Unit {}
|
||||
fun types(param: @a @b(E.E1) LongRange): @a @b(E.E2) Unit {}
|
||||
}
|
||||
|
||||
@Target(AnnotationTarget.PROPERTY, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FUNCTION,
|
||||
|
||||
@@ -156,7 +156,7 @@ PsiJetFileStubImpl[package=]
|
||||
USER_TYPE:[isAbsoluteInRootPackage=false]
|
||||
USER_TYPE:[isAbsoluteInRootPackage=false]
|
||||
REFERENCE_EXPRESSION:[referencedName=kotlin]
|
||||
REFERENCE_EXPRESSION:[referencedName=DoubleRange]
|
||||
REFERENCE_EXPRESSION:[referencedName=LongRange]
|
||||
TYPE_REFERENCE:
|
||||
ANNOTATION_ENTRY:[hasValueArguments=false, shortName=a]
|
||||
CONSTRUCTOR_CALLEE:
|
||||
|
||||
Reference in New Issue
Block a user