AA: avoid using compiler impl detail as API return type
This commit is contained in:
committed by
Space Team
parent
f5d2ce3022
commit
ea17bbeddc
Vendored
+2
-2
@@ -43,12 +43,12 @@ KtConstructorSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: java/util/ArrayList
|
||||
getContainingJvmClassName: java.util.ArrayList
|
||||
getContainingModule: KtSdkModule "SDK jdk"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: java/util/ArrayList
|
||||
getContainingJvmClassName: java.util.ArrayList
|
||||
getContainingModule: KtSdkModule "SDK jdk"
|
||||
deprecationStatus: null
|
||||
+2
-2
@@ -43,12 +43,12 @@ KtConstructorSymbol:
|
||||
symbolKind: LOCAL
|
||||
typeParameters: []
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: java/util/ArrayList
|
||||
getContainingJvmClassName: java.util.ArrayList
|
||||
getContainingModule: KtSdkModule "SDK jdk"
|
||||
deprecationStatus: null
|
||||
]
|
||||
visibility: Public
|
||||
getContainingFileSymbol: null
|
||||
getContainingJvmClassName: java/util/ArrayList
|
||||
getContainingJvmClassName: java.util.ArrayList
|
||||
getContainingModule: KtSdkModule "SDK jdk"
|
||||
deprecationStatus: null
|
||||
|
||||
+1
-1
@@ -38,6 +38,6 @@ KtFunctionSymbol:
|
||||
]
|
||||
type: test/TopLevel<Outer>.test/TopLevel.Base<T>
|
||||
getContainingFileSymbol: KtFileSymbol(genericFromOuterClassInInnerClass.kt)
|
||||
getContainingJvmClassName: test/TopLevel$Base
|
||||
getContainingJvmClassName: test.TopLevel.Base
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
Vendored
+1
-1
@@ -35,6 +35,6 @@ KtFunctionSymbol:
|
||||
]
|
||||
type: test/TopLevel.Base<T, Outer>
|
||||
getContainingFileSymbol: KtFileSymbol(genericFromOuterClassInInnerClass.kt)
|
||||
getContainingJvmClassName: test/TopLevel$Base
|
||||
getContainingJvmClassName: test.TopLevel.Base
|
||||
getContainingModule: KtSourceModule "Sources of main"
|
||||
deprecationStatus: null
|
||||
|
||||
Reference in New Issue
Block a user