AA: avoid using compiler impl detail as API return type
This commit is contained in:
committed by
Space Team
parent
f5d2ce3022
commit
ea17bbeddc
Vendored
+5
-5
@@ -32,7 +32,7 @@ KtFunctionSymbol:
|
||||
ownTypeArguments: []
|
||||
type: test/C
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingJvmClassName: test.C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
@@ -54,7 +54,7 @@ KtKotlinPropertySymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingJvmClassName: test.C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
callableIdIfNonLocal: test/C.bar
|
||||
@@ -85,7 +85,7 @@ KtKotlinPropertySymbol:
|
||||
ownTypeArguments: []
|
||||
type: test/C
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingJvmClassName: test.C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
hasBackingField: true
|
||||
@@ -119,7 +119,7 @@ KtKotlinPropertySymbol:
|
||||
ownTypeArguments: []
|
||||
type: test/C
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingJvmClassName: test.C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
getterDeprecationStatus: null
|
||||
@@ -238,6 +238,6 @@ KtConstructorSymbol:
|
||||
valueParameters: []
|
||||
visibility: Public
|
||||
getContainingFileSymbol: KtFileSymbol(class.kt)
|
||||
getContainingJvmClassName: test/C
|
||||
getContainingJvmClassName: test.C
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
Reference in New Issue
Block a user