AA: avoid using compiler impl detail as API return type
This commit is contained in:
committed by
Space Team
parent
f5d2ce3022
commit
ea17bbeddc
Vendored
+13
-13
@@ -127,7 +127,7 @@ KtFunctionSymbol:
|
||||
]
|
||||
type: kotlin/Enum<E>
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -180,7 +180,7 @@ KtFunctionSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializer.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingJvmClassName: test.E
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -190,7 +190,7 @@ KtFunctionSymbol:
|
||||
ownTypeArguments: []
|
||||
type: test/E
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializer.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingJvmClassName: test.E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -243,7 +243,7 @@ KtFunctionSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
]
|
||||
@@ -257,7 +257,7 @@ KtFunctionSymbol:
|
||||
]
|
||||
type: kotlin/Enum<E>
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -299,7 +299,7 @@ KtFunctionSymbol:
|
||||
]
|
||||
type: kotlin/Enum<E>
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -341,7 +341,7 @@ KtFunctionSymbol:
|
||||
]
|
||||
type: kotlin/Enum<E>
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -366,7 +366,7 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: kotlin/Enum.name
|
||||
@@ -407,7 +407,7 @@ KtKotlinPropertySymbol:
|
||||
]
|
||||
type: kotlin/Enum<E>
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -433,7 +433,7 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: kotlin/Enum.ordinal
|
||||
@@ -474,7 +474,7 @@ KtKotlinPropertySymbol:
|
||||
]
|
||||
type: kotlin/Enum<E>
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -515,7 +515,7 @@ KtFunctionSymbol:
|
||||
ownTypeArguments: []
|
||||
type: test/E
|
||||
getContainingFileSymbol: KtFileSymbol(enumEntryInitializer.kt)
|
||||
getContainingJvmClassName: test/E
|
||||
getContainingJvmClassName: test.E
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -557,7 +557,7 @@ KtFunctionSymbol:
|
||||
]
|
||||
type: kotlin/Enum<E>
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: kotlin/Enum
|
||||
getContainingJvmClassName: kotlin.Enum
|
||||
getContainingModule: KtBinaryModule "Builtins for JVM (1.8)"
|
||||
deprecationStatus: null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user