[Analysis API] fe10: count value classes in isInline
#KT-63771 fixed Merge-request: KT-MR-13220 Merged-by: Alexander Kuznetsov <Aleksander.Kuznetsov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
57bc120daf
commit
e048d49bf0
@@ -0,0 +1,5 @@
|
||||
// DO_NOT_CHECK_NON_PSI_SYMBOL_RESTORE_K1
|
||||
// WITH_STDLIB
|
||||
|
||||
@JvmInline
|
||||
value class Value<caret>Class(val value: String)
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
@kotlin.jvm.JvmInline
|
||||
inline class ValueClass(value: kotlin.String)
|
||||
@@ -0,0 +1,31 @@
|
||||
KtNamedClassOrObjectSymbol:
|
||||
annotationsList: [
|
||||
kotlin/jvm/JvmInline()
|
||||
psi: KtAnnotationEntry
|
||||
]
|
||||
classIdIfNonLocal: ValueClass
|
||||
classKind: CLASS
|
||||
companionObject: null
|
||||
contextReceivers: []
|
||||
isActual: false
|
||||
isData: false
|
||||
isExpect: false
|
||||
isExternal: false
|
||||
isFun: false
|
||||
isInline: true
|
||||
isInner: false
|
||||
modality: FINAL
|
||||
name: ValueClass
|
||||
origin: SOURCE
|
||||
superTypes: [
|
||||
KtUsualClassType:
|
||||
annotationsList: []
|
||||
ownTypeArguments: []
|
||||
type: kotlin/Any
|
||||
]
|
||||
symbolKind: TOP_LEVEL
|
||||
typeParameters: []
|
||||
visibility: Public
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
annotationApplicableTargets: null
|
||||
deprecationStatus: null
|
||||
Reference in New Issue
Block a user